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/pthread.buildlink3.mk | |
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/pthread.buildlink3.mk')
-rw-r--r-- | mk/pthread.buildlink3.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/pthread.buildlink3.mk b/mk/pthread.buildlink3.mk index 0b4640a7145..34c4259e94b 100644 --- a/mk/pthread.buildlink3.mk +++ b/mk/pthread.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: pthread.buildlink3.mk,v 1.15 2004/11/12 06:39:20 jlam Exp $ +# $NetBSD: pthread.buildlink3.mk,v 1.16 2004/11/12 22:34:15 jlam Exp $ # # The pthreads strategy for pkgsrc is to "bless" a particular pthread # package as the Official Pthread Replacement (OPR). A package that uses @@ -117,7 +117,6 @@ PTHREAD_OPTS?= # empty # of /usr/include/pthread.h (we might want to make this check stricter). # .undef PTHREAD_TYPE -PREFER_NATIVE_PTHREADS?= YES .if exists(/usr/include/pthread.h) && \ !empty(PREFER_NATIVE_PTHREADS:M[yY][eE][sS]) PTHREAD_TYPE= native |