pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/boost-libs devel/boost-libs: fiber ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a26dfe7a0ffb
branches:  trunk
changeset: 307495:a26dfe7a0ffb
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon May 07 18:47:02 2018 +0000
description:
devel/boost-libs: fiber doesn't build on Darwin-1[0-5].*

fiber requires thread_local, and clang in Xcode 7 or earlier doesn't
allow it.

diffstat:

 devel/boost-libs/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 6f766c058263 -r a26dfe7a0ffb devel/boost-libs/Makefile
--- a/devel/boost-libs/Makefile Mon May 07 18:41:12 2018 +0000
+++ b/devel/boost-libs/Makefile Mon May 07 18:47:02 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2018/05/06 18:56:35 minskim Exp $
+# $NetBSD: Makefile,v 1.69 2018/05/07 18:47:02 minskim Exp $
 
 BOOST_PACKAGE=         libs
 BOOST_COMMENT=         (binary libraries)
@@ -23,7 +23,8 @@
 BJAM_ARGS+=            --without-fiber
 .else
 PLIST.context=         yes
-.if !(${OPSYS} == "NetBSD" && !empty(PKGSRC_COMPILER:Mgcc))
+.if !(${OPSYS} == "NetBSD" && !empty(PKGSRC_COMPILER:Mgcc)) && \
+    empty(MACHINE_PLATFORM:MDarwin-1[0-5].*-*)
 PLIST.fiber=           yes
 .endif
 .endif



Home | Main Index | Thread Index | Old Index