summaryrefslogtreecommitdiff
path: root/mk/pthread.buildlink3.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-11-10 18:46:07 +0000
committerjlam <jlam@pkgsrc.org>2004-11-10 18:46:07 +0000
commit2d6f90d42db0fa6fc71d9b55d5b8ef8618fbd98e (patch)
tree2840440a22c41e10fe7c5153ea4adc1cb48fd3ae /mk/pthread.buildlink3.mk
parentc0acb42ac9d789d9b5ad0e1f8bd82d2fc7c783b4 (diff)
downloadpkgsrc-2d6f90d42db0fa6fc71d9b55d5b8ef8618fbd98e.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.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}.
#