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 | 00686c240d2ce06b48837621dad7f4d5eeb66b9f (patch) | |
tree | 2ef88e75d07f9faafc01905d7ba4958af6ffdd61 /net/kphone | |
parent | f0d7d247674fef441ff38e25ed090bc5a306053c (diff) | |
download | pkgsrc-00686c240d2ce06b48837621dad7f4d5eeb66b9f.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/kphone')
-rw-r--r-- | net/kphone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/kphone/Makefile b/net/kphone/Makefile index 2e5d8b15ae8..0639a2b2ecd 100644 --- a/net/kphone/Makefile +++ b/net/kphone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/11/13 18:33:44 tron Exp $ +# $NetBSD: Makefile,v 1.5 2004/12/04 23:09:07 jlam Exp $ DISTNAME= kphone-4.0.5 CATEGORIES= net comms @@ -18,6 +18,7 @@ USE_GNU_TOOLS+= make CONFIGURE_ENV= QTDIR="${QTDIR}" PTHREAD_OPTS+= require +PTHREAD_AUTO_VARS= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/kphone/kphone ${PREFIX}/bin |