diff options
author | obache <obache@pkgsrc.org> | 2012-07-15 05:18:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-07-15 05:18:30 +0000 |
commit | 3f194bda3c157f5071ebc78531ea577d716275a6 (patch) | |
tree | 799cd13547cdb23dd6b6ad2af2d645d1097cae0d /x11/pixman | |
parent | c031b492db0730f940ca4151ab768c97aaf15432 (diff) | |
download | pkgsrc-3f194bda3c157f5071ebc78531ea577d716275a6.tar.gz |
NetBSD<6 have a lack of TLS support.
Diffstat (limited to 'x11/pixman')
-rw-r--r-- | x11/pixman/hacks.mk | 6 |
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 |