summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-06-18 18:55:36 +0000
committerkristerw <kristerw@pkgsrc.org>2005-06-18 18:55:36 +0000
commitacdfbe85bf6a93ffeb04846577c89a792ec167dc (patch)
tree1df158f08a0c4450600a7616617c866943b79db2
parent2ce3e06259ef1d04d1d312af341d0a8b5e4cb980 (diff)
downloadpkgsrc-acdfbe85bf6a93ffeb04846577c89a792ec167dc.tar.gz
Make this package compile on machines without native threads.
-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"