pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Made "show-all-pthread" work.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5593ff00a1a1
branches:  trunk
changeset: 535060:5593ff00a1a1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Nov 07 07:49:02 2007 +0000

description:
Made "show-all-pthread" work.

diffstat:

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

diffs (20 lines):

diff -r 6edbdc9c0871 -r 5593ff00a1a1 mk/pthread.buildlink3.mk
--- a/mk/pthread.buildlink3.mk  Wed Nov 07 07:47:43 2007 +0000
+++ b/mk/pthread.buildlink3.mk  Wed Nov 07 07:49:02 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pthread.buildlink3.mk,v 1.25 2007/02/10 08:59:07 rillig Exp $
+# $NetBSD: pthread.buildlink3.mk,v 1.26 2007/11/07 07:49:02 rillig Exp $
 #
 # The pthreads strategy for pkgsrc is to "bless" a particular pthread
 # package as the Official Pthread Replacement (OPR).  The following
@@ -64,6 +64,10 @@
 
 PTHREAD_BUILDLINK3_MK:=        ${PTHREAD_BUILDLINK3_MK}+
 
+_VARGROUPS+=           pthread
+_PKG_VARS.pthread=     PTHREAD_OPTS PTHREAD_AUTO_VARS
+_SYS_VARS.pthread=     PTHREAD_TYPE PTHREAD_CFLAGS PTHREAD_LDFLAGS PTHREAD_LIBS
+
 # The fall-back package pthread implementation
 _PKG_PTHREAD?=                 pth
 _PKG_PTHREAD_DEPENDS?=         pth>=2.0.0



Home | Main Index | Thread Index | Old Index