diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-18 18:55:36 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-18 18:55:36 +0000 |
commit | 8d6533f80fced7d194b72ea6518f197a21782b08 (patch) | |
tree | 1df158f08a0c4450600a7616617c866943b79db2 /net | |
parent | 3d0202a31686bdc5e5348ebc3d2dd8c02be6fb98 (diff) | |
download | pkgsrc-8d6533f80fced7d194b72ea6518f197a21782b08.tar.gz |
Make this package compile on machines without native threads.
Diffstat (limited to 'net')
-rw-r--r-- | net/aget/Makefile | 4 |
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" |