summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authorjlam <jlam>2004-11-12 22:34:15 +0000
committerjlam <jlam>2004-11-12 22:34:15 +0000
commit7f035bc8492cbc5b3ac12d052e82a2f9eddae960 (patch)
treecc9032fcb698d9e9af994a654864ae1732a782f4 /mk/defaults
parent1e51f3719d5b882e1ff2a5982c9fea3d2221259c (diff)
downloadpkgsrc-7f035bc8492cbc5b3ac12d052e82a2f9eddae960.tar.gz
Move PREFER_NATIVE_PTHREADS default setting to from pthread.buildlink3.mk
to defaults/mk.conf, where all defaults should live.
Diffstat (limited to 'mk/defaults')
-rw-r--r--mk/defaults/mk.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 0b6e2118184..aa849691d88 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.12 2004/11/05 13:46:39 wiz Exp $
+# $NetBSD: mk.conf,v 1.13 2004/11/12 22:34:15 jlam Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -148,6 +148,11 @@ PREFER_NATIVE?= yes
#
# Possible: yes, no, or a list of packages
+PREFER_NATIVE_PTHREADS?= yes
+# This toggles whether we prefer using the native pthreads implementation
+# or the pkgsrc OPR (see pthread.buildlink3.mk). This setting is
+# independent of the PREFER_* variables named above.
+
#WRKOBJDIR= /usr/tmp
# build here instead of in pkgsrc
# Possible: any path