summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-18 18:55:36 +0000
committerkristerw <kristerw>2005-06-18 18:55:36 +0000
commit8db617816aabcbbaad21c462355e14df20793052 (patch)
tree1df158f08a0c4450600a7616617c866943b79db2 /net
parent9ac12da6e4eb03fb6887e140c3d8161ff2026c8f (diff)
downloadpkgsrc-8db617816aabcbbaad21c462355e14df20793052.tar.gz
Make this package compile on machines without native threads.
Diffstat (limited to 'net')
-rw-r--r--net/aget/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/aget/Makefile b/net/aget/Makefile
index 4c155105588..ff10458d8f9 100644
--- a/net/aget/Makefile
+++ b/net/aget/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/04/11 21:46:44 tv Exp $
+# $NetBSD: Makefile,v 1.8 2005/06/18 18:55:36 kristerw Exp $
#
DISTNAME= aget-0.4
@@ -24,7 +24,7 @@ SUBST_SED.options= -e 's,CFLAGS =,\#CFLAGS =,' \
-e 's,CC =,\#CC =,'
PTHREAD_OPTS+= require
-PTHREAD_LDFLAGS+= ${PTHREAD_LIBS}
+LDFLAGS+= ${PTHREAD_LIBS}
PTHREAD_AUTO_VARS= yes
.if ${OPSYS} == "SunOS"