summaryrefslogtreecommitdiff
path: root/net/gift-openft
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-12-04 23:09:06 +0000
committerjlam <jlam@pkgsrc.org>2004-12-04 23:09:06 +0000
commit00686c240d2ce06b48837621dad7f4d5eeb66b9f (patch)
tree2ef88e75d07f9faafc01905d7ba4958af6ffdd61 /net/gift-openft
parentf0d7d247674fef441ff38e25ed090bc5a306053c (diff)
downloadpkgsrc-00686c240d2ce06b48837621dad7f4d5eeb66b9f.tar.gz
Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changed
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to the configure and build processes.
Diffstat (limited to 'net/gift-openft')
-rw-r--r--net/gift-openft/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gift-openft/Makefile b/net/gift-openft/Makefile
index 782587a3269..7ee092592f1 100644
--- a/net/gift-openft/Makefile
+++ b/net/gift-openft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/11/12 06:39:20 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2004/12/04 23:09:07 jlam Exp $
#
DISTNAME= gift-openft-0.2.1.3
@@ -14,6 +14,7 @@ USE_BUILDLINK3= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+PTHREAD_AUTO_VARS= yes
SHLIBTOOL_OVERRIDE= libtool
.include "../../devel/zlib/buildlink3.mk"