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/kphone | |
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/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 |