diff options
author | jlam <jlam> | 2004-12-04 23:09:06 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-12-04 23:09:06 +0000 |
commit | 7b7b1c727d8f42ac9fc226926d686b7751d34238 (patch) | |
tree | 2ef88e75d07f9faafc01905d7ba4958af6ffdd61 /comms/gsmlib | |
parent | a3bce71ae60dc798a106a58ede2c11475a566451 (diff) | |
download | pkgsrc-7b7b1c727d8f42ac9fc226926d686b7751d34238.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 'comms/gsmlib')
-rw-r--r-- | comms/gsmlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index 15202fb0858..0bee40ba86f 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/11/12 06:39:20 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2004/12/04 23:09:06 jlam Exp $ # DISTNAME= gsmlib-1.10 @@ -20,6 +20,7 @@ USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-included-gettext PTHREAD_OPTS+= require +PTHREAD_AUTO_VARS= yes .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |