summaryrefslogtreecommitdiff
path: root/net/howl
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-12-18 20:58:30 +0000
committerjlam <jlam@pkgsrc.org>2004-12-18 20:58:30 +0000
commitc06a6dd151c7604b3331dec0d568aee9f2bc3874 (patch)
tree29c75ad32b1200e0ae75ec21630bbb85ac1d844d /net/howl
parent8b2040b4099326c3df41ba99ace8f6ec746ab61a (diff)
downloadpkgsrc-c06a6dd151c7604b3331dec0d568aee9f2bc3874.tar.gz
Auto-add the PTHREAD_* variables to CFLAGS, LDFLAGS, and LIBS so that
these packages will pick up -lpthread on NetBSD 1.6.x when linking applications.
Diffstat (limited to 'net/howl')
-rw-r--r--net/howl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile
index 77527680d5e..45f98bd15e2 100644
--- a/net/howl/Makefile
+++ b/net/howl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/11/20 14:43:32 mjl Exp $
+# $NetBSD: Makefile,v 1.5 2004/12/18 20:58:30 jlam Exp $
DISTNAME= howl-0.9.7
# PKGREVISION= 1
@@ -12,6 +12,7 @@ COMMENT= Zeroconf (Rendezvous) implementation
USE_BUILDLINK3= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+PTHREAD_AUTO_VARS= yes
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"