summaryrefslogtreecommitdiff
path: root/x11/pixman
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-07-15 05:18:30 +0000
committerobache <obache@pkgsrc.org>2012-07-15 05:18:30 +0000
commit3f194bda3c157f5071ebc78531ea577d716275a6 (patch)
tree799cd13547cdb23dd6b6ad2af2d645d1097cae0d /x11/pixman
parentc031b492db0730f940ca4151ab768c97aaf15432 (diff)
downloadpkgsrc-3f194bda3c157f5071ebc78531ea577d716275a6.tar.gz
NetBSD<6 have a lack of TLS support.
Diffstat (limited to 'x11/pixman')
-rw-r--r--x11/pixman/hacks.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/pixman/hacks.mk b/x11/pixman/hacks.mk
index 21cb59a19d2..72dda7279fa 100644
--- a/x11/pixman/hacks.mk
+++ b/x11/pixman/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.8 2012/06/15 23:06:03 dholland Exp $
+# $NetBSD: hacks.mk,v 1.9 2012/07/15 05:18:30 obache Exp $
#
.if !defined(PIXMAN_HACKS_MK)
PIXMAN_HACKS_MK= # empty
@@ -21,3 +21,7 @@ CONFIGURE_ARGS+= --disable-sse2 --disable-mmx
.if ${OPSYS} == "MirBSD"
CONFIGURE_ARGS+= PTHREAD_LIBS=-pthread
.endif
+
+.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*)
+CONFIGURE_ENV+= ac_cv_tls=none
+.endif