update for pixman 0.21.2. we really need __thread, it seems.
This commit is contained in:
parent
6b081c03fe
commit
f2497abcd2
|
@ -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 @@ CPPFLAGS+= -DHAVE_CONFIG_H \
|
|||
-I${X11SRCDIR.pixman}/../combine \
|
||||
-I${X11SRCDIR.pixman}/pixman
|
||||
|
||||
# XXX! wants __thread
|
||||
CPPFLAGS+= -DPIXMAN_NO_TLS
|
||||
|
||||
LIBDPLIBS= m ${.CURDIR}/../../../../../lib/libm
|
||||
|
||||
PKGCONFIG= pixman-1
|
||||
|
|
Loading…
Reference in New Issue