pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/boost-headers Certain packages dependent upon bo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0ea5a40166fd
branches: trunk
changeset: 348117:0ea5a40166fd
user: richard <richard%pkgsrc.org@localhost>
date: Tue Jun 07 11:36:50 2016 +0000
description:
Certain packages dependent upon boost don't automatically do the 'right' thing
with respect to threading, checked in include/boost/config/posix_features.h
so set PTHREAD_AUTO_VARS?=yes directly in buildlink3.mk.
Fixes build in numerous packages such as librevenge and lucene++ as noticed on
SunOS. No ABI change so no revbump envisioned.
diffstat:
devel/boost-headers/buildlink3.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 92abf72befc8 -r 0ea5a40166fd devel/boost-headers/buildlink3.mk
--- a/devel/boost-headers/buildlink3.mk Tue Jun 07 11:12:08 2016 +0000
+++ b/devel/boost-headers/buildlink3.mk Tue Jun 07 11:36:50 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.33 2016/05/13 20:47:32 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.34 2016/06/07 11:36:50 richard Exp $
BUILDLINK_TREE+= boost-headers
@@ -11,6 +11,7 @@
BUILDLINK_PKGSRCDIR.boost-headers?= ../../devel/boost-headers
PTHREAD_OPTS+= require
+PTHREAD_AUTO_VARS?= yes
.include "../../mk/pthread.buildlink3.mk"
.endif # BOOST_HEADERS_BUILDLINK3_MK
Home |
Main Index |
Thread Index |
Old Index