diff options
author | seb <seb@pkgsrc.org> | 2004-11-29 17:27:14 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-11-29 17:27:14 +0000 |
commit | 3e4e8e4fea40e7e21bb83c5a37b0ffe344fe63a1 (patch) | |
tree | 25bf56bbffbe6509185f932858fd475ed914f788 /mk/pthread.buildlink3.mk | |
parent | 3f3e27647d3bccd0579b97155022e27adae5d51d (diff) | |
download | pkgsrc-3e4e8e4fea40e7e21bb83c5a37b0ffe344fe63a1.tar.gz |
Since last revision PTHREAD_AUTO_VARS defaults to 'no'.
Diffstat (limited to 'mk/pthread.buildlink3.mk')
-rw-r--r-- | mk/pthread.buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pthread.buildlink3.mk b/mk/pthread.buildlink3.mk index 51b2339fb2d..a8ef1da774a 100644 --- a/mk/pthread.buildlink3.mk +++ b/mk/pthread.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: pthread.buildlink3.mk,v 1.18 2004/11/25 19:34:03 jlam Exp $ +# $NetBSD: pthread.buildlink3.mk,v 1.19 2004/11/29 17:27:14 seb Exp $ # # The pthreads strategy for pkgsrc is to "bless" a particular pthread # package as the Official Pthread Replacement (OPR). A package that uses @@ -96,7 +96,7 @@ # # PTHREAD_AUTO_VARS is "yes" or "no" for whether the values of the variables # PTHREAD_{CFLAGS,CPPFLAGS,LDFLAGS,LIBS} should be automatically added -# to their respective variables. Defaults to "yes". +# to their respective variables. Defaults to "no". # # _PKG_PTHREAD is the fall-back package pthread implementation use by # pthread.buildlink3.mk. |