From 230d981c72d395ca6953fcb199e4512411132cf6 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 18 Dec 2004 20:58:30 +0000 Subject: 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. --- net/howl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/howl') 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" -- cgit v1.2.3