diff options
author | jlam <jlam@pkgsrc.org> | 2004-12-04 23:09:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-12-04 23:09:06 +0000 |
commit | efbb0aede92c6a70e15ff0d08788c077504f1e0e (patch) | |
tree | 2ef88e75d07f9faafc01905d7ba4958af6ffdd61 /net/gift | |
parent | fe6dc064b01c926b6660df8b1325e837afbf43f6 (diff) | |
download | pkgsrc-efbb0aede92c6a70e15ff0d08788c077504f1e0e.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/gift')
-rw-r--r-- | net/gift/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gift/Makefile b/net/gift/Makefile index 172af80f40b..8d8b8342dc3 100644 --- a/net/gift/Makefile +++ b/net/gift/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/11/12 06:39:20 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/04 23:09:06 jlam Exp $ # DISTNAME= gift-0.11.6 @@ -15,6 +15,7 @@ USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes +PTHREAD_AUTO_VARS= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/lib/libgift.pc.in |