summaryrefslogtreecommitdiff
path: root/net/aget
diff options
context:
space:
mode:
authorjlam <jlam>2004-12-04 23:09:06 +0000
committerjlam <jlam>2004-12-04 23:09:06 +0000
commit7b7b1c727d8f42ac9fc226926d686b7751d34238 (patch)
tree2ef88e75d07f9faafc01905d7ba4958af6ffdd61 /net/aget
parenta3bce71ae60dc798a106a58ede2c11475a566451 (diff)
downloadpkgsrc-7b7b1c727d8f42ac9fc226926d686b7751d34238.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/aget')
-rw-r--r--net/aget/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/aget/Makefile b/net/aget/Makefile
index 40a4fb4f49e..af140a794ab 100644
--- a/net/aget/Makefile
+++ b/net/aget/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/12/04 11:51:10 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2004/12/04 23:09:06 jlam Exp $
#
DISTNAME= aget-0.4
@@ -24,8 +24,8 @@ SUBST_SED.options= -e 's,CFLAGS =,\#CFLAGS =,' \
-e 's,LDFLAGS =,\#LDFLAGS =,' \
-e 's,CC =,\#CC =,'
-PTHREAD_OPTS+= require
-LDFLAGS+= ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
+PTHREAD_OPTS+= require
+PTHREAD_AUTO_VARS= yes
.if ${OPSYS} == "SunOS"
CFLAGS+= -DSOLARIS