summaryrefslogtreecommitdiff
path: root/www
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 /www
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 'www')
-rw-r--r--www/privoxy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile
index 65805b90fa9..02a4dd6e7f8 100644
--- a/www/privoxy/Makefile
+++ b/www/privoxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/10/03 00:18:27 tv Exp $
+# $NetBSD: Makefile,v 1.12 2004/12/18 20:58:30 jlam Exp $
#
DISTNAME= ${PKGNAME_NOREV}-stable-src
@@ -37,6 +37,7 @@ MAKEFILE= GNUmakefile
USE_PERL5= build
+PTHREAD_AUTO_VARS= yes
PTHREAD_OPTS+= require
GNU_CONFIGURE= YES