diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-12 06:39:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-12 06:39:19 +0000 |
commit | 08bd1482c890f3a621b3f77885975cf276bb0264 (patch) | |
tree | ddbacf3026d39d6b23e622ac51745a4f7db32d44 /net/gift-openft | |
parent | 3690d543baf9ce61bf3eeacf827697fb7dc431a9 (diff) | |
download | pkgsrc-08bd1482c890f3a621b3f77885975cf276bb0264.tar.gz |
Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk. Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
Diffstat (limited to 'net/gift-openft')
-rw-r--r-- | net/gift-openft/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/gift-openft/Makefile b/net/gift-openft/Makefile index ba8a33b0630..782587a3269 100644 --- a/net/gift-openft/Makefile +++ b/net/gift-openft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/10/15 12:14:07 tv Exp $ +# $NetBSD: Makefile,v 1.5 2004/11/12 06:39:20 jlam Exp $ # DISTNAME= gift-openft-0.2.1.3 @@ -16,8 +16,6 @@ GNU_CONFIGURE= yes SHLIBTOOL_OVERRIDE= libtool -LIBS+=${PTHREAD_LDFLAGS} - .include "../../devel/zlib/buildlink3.mk" .include "../../databases/db4/buildlink3.mk" .include "../../net/gift/buildlink3.mk" |