Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/lib/pixman update for pixman 0.21.2. we r...



details:   https://anonhg.NetBSD.org/src/rev/f164b411079d
branches:  trunk
changeset: 758917:f164b411079d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Nov 21 09:01:35 2010 +0000

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

diffstat:

 external/mit/xorg/lib/pixman/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5ada071bb6f5 -r f164b411079d external/mit/xorg/lib/pixman/Makefile
--- a/external/mit/xorg/lib/pixman/Makefile     Sun Nov 21 07:45:36 2010 +0000
+++ b/external/mit/xorg/lib/pixman/Makefile     Sun Nov 21 09:01:35 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index