diff options
author | jlam <jlam@pkgsrc.org> | 2004-12-18 20:58:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-12-18 20:58:30 +0000 |
commit | 230d981c72d395ca6953fcb199e4512411132cf6 (patch) | |
tree | 29c75ad32b1200e0ae75ec21630bbb85ac1d844d /net/howl | |
parent | 68afe3f3c382f3e6d504a1ac31eb37ed3dd1993e (diff) | |
download | pkgsrc-230d981c72d395ca6953fcb199e4512411132cf6.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/Makefile | 3 |
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" |