summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortnn <tnn>2015-09-19 17:11:35 +0000
committertnn <tnn>2015-09-19 17:11:35 +0000
commit5cec27484d4580f6e83b0b379263b9e9c21eb9db (patch)
tree8452aa4f16c811cfdb7304f716a7de3c10b9ca3e /x11
parent171622e24b9153dcd9ea9d26b854114ef200afaf (diff)
downloadpkgsrc-5cec27484d4580f6e83b0b379263b9e9c21eb9db.tar.gz
ac_cv_tls=none requires -DPIXMAN_NO_TLS
Diffstat (limited to 'x11')
-rw-r--r--x11/pixman/hacks.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/pixman/hacks.mk b/x11/pixman/hacks.mk
index 4f4e4576482..2bd5d332079 100644
--- a/x11/pixman/hacks.mk
+++ b/x11/pixman/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.10 2014/12/09 11:43:19 wiz Exp $
+# $NetBSD: hacks.mk,v 1.11 2015/09/19 17:11:35 tnn Exp $
#
.if !defined(PIXMAN_HACKS_MK)
PIXMAN_HACKS_MK= # empty
@@ -25,4 +25,5 @@ CONFIGURE_ARGS+= PTHREAD_LIBS=-pthread
.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*)
CONFIGURE_ENV+= ac_cv_tls=none
+CFLAGS+= -DPIXMAN_NO_TLS
.endif