pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Backout previous pending further testing. There ar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15cb5762f84a
branches:  trunk
changeset: 483336:15cb5762f84a
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Nov 10 18:46:07 2004 +0000

description:
Backout previous pending further testing.  There are rumors of problems
with -pthread/-pthreads GCC options detection that may be difficult to
overcome.

diffstat:

 mk/pthread.buildlink3.mk |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 28bf6ed19b8c -r 15cb5762f84a mk/pthread.buildlink3.mk
--- a/mk/pthread.buildlink3.mk  Wed Nov 10 18:09:07 2004 +0000
+++ b/mk/pthread.buildlink3.mk  Wed Nov 10 18:46:07 2004 +0000
@@ -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 @@
 .endif
 
 .if ${PTHREAD_TYPE} == "native"
-BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Npthread}
-BUILDLINK_PACKAGES+=   pthread
 #
 # Link the native pthread libraries and headers into ${BUILDLINK_DIR}.
 #



Home | Main Index | Thread Index | Old Index