summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2004-11-10 18:46:07 +0000
committerjlam <jlam>2004-11-10 18:46:07 +0000
commit95880fe4e3f6977b266398ad12fc1a1cdb7e1e92 (patch)
tree2840440a22c41e10fe7c5153ea4adc1cb48fd3ae /mk
parentca7dd646ae7c435ce7cfa62798972be1d9c59e9b (diff)
downloadpkgsrc-95880fe4e3f6977b266398ad12fc1a1cdb7e1e92.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')
-rw-r--r--mk/pthread.buildlink3.mk4
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}.
#