diff options
author | jlam <jlam> | 2004-11-10 18:46:07 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-11-10 18:46:07 +0000 |
commit | 740f19d9e3d19a86eb9485b8e329d1a569ba5ffd (patch) | |
tree | 2840440a22c41e10fe7c5153ea4adc1cb48fd3ae /mk/pthread.buildlink3.mk | |
parent | f3d648f4c73246b0a238f9b36a41862760df62c7 (diff) | |
download | pkgsrc-740f19d9e3d19a86eb9485b8e329d1a569ba5ffd.tar.gz |
Backout previous pending further testing. There are rumors of problems
with -pthread/-pthreads GCC options detection that may be difficult to
overcome.
Diffstat (limited to 'mk/pthread.buildlink3.mk')
-rw-r--r-- | mk/pthread.buildlink3.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/pthread.buildlink3.mk b/mk/pthread.buildlink3.mk index c83f344e26a..8e665c899f8 100644 --- a/mk/pthread.buildlink3.mk +++ b/mk/pthread.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: pthread.buildlink3.mk,v 1.12 2004/11/10 17:29:37 jlam Exp $ +# $NetBSD: pthread.buildlink3.mk,v 1.13 2004/11/10 18:46:07 jlam Exp $ # # The pthreads strategy for pkgsrc is to "bless" a particular pthread # package as the Official Pthread Replacement (OPR). A package that uses @@ -141,8 +141,6 @@ PKG_SKIP_REASON= "${PKGNAME} requires a working pthreads implementation." .endif .if ${PTHREAD_TYPE} == "native" -BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npthread} -BUILDLINK_PACKAGES+= pthread # # Link the native pthread libraries and headers into ${BUILDLINK_DIR}. # |