summaryrefslogtreecommitdiff
path: root/net/howl
diff options
context:
space:
mode:
authorjlam <jlam>2004-12-18 20:58:30 +0000
committerjlam <jlam>2004-12-18 20:58:30 +0000
commit66aea5733885e6d059d2659e2855e9c3aca5b906 (patch)
tree29c75ad32b1200e0ae75ec21630bbb85ac1d844d /net/howl
parent6d72e484fd073dd86d355d2e5f0663e3313775ce (diff)
downloadpkgsrc-66aea5733885e6d059d2659e2855e9c3aca5b906.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"