Module Name:    src
Committed By:   mrg
Date:           Sun Nov 21 09:01:35 UTC 2010

Modified Files:
        src/external/mit/xorg/lib/pixman: Makefile

Log Message:
update for pixman 0.21.2.  we really need __thread, it seems.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/mit/xorg/lib/pixman/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/lib/pixman/Makefile
diff -u src/external/mit/xorg/lib/pixman/Makefile:1.11 src/external/mit/xorg/lib/pixman/Makefile:1.12
--- src/external/mit/xorg/lib/pixman/Makefile:1.11	Sun May 23 04:26:19 2010
+++ src/external/mit/xorg/lib/pixman/Makefile	Sun Nov 21 09:01:35 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.11 2010/05/23 04:26:19 mrg Exp $
+#	$NetBSD: Makefile,v 1.12 2010/11/21 09:01:35 mrg Exp $
 
 NOLINT=	1	# defined
 
@@ -62,6 +62,9 @@
 		-I${X11SRCDIR.pixman}/../combine \
 		-I${X11SRCDIR.pixman}/pixman
 
+# XXX!  wants __thread
+CPPFLAGS+=	-DPIXMAN_NO_TLS
+
 LIBDPLIBS=	m	${.CURDIR}/../../../../../lib/libm
 
 PKGCONFIG=	pixman-1

Reply via email to