diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-12 22:34:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-12 22:34:15 +0000 |
commit | 3586ec85db3f4f227e14475adb015c03901e3899 (patch) | |
tree | cc9032fcb698d9e9af994a654864ae1732a782f4 /mk/defaults | |
parent | 23fda7bea9f2b21d97b91ef3ead0bd36d06c9e57 (diff) | |
download | pkgsrc-3586ec85db3f4f227e14475adb015c03901e3899.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.conf | 7 |
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 |