summaryrefslogtreecommitdiff
path: root/devel/boost-libs
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2018-09-24 00:04:53 +0000
committergdt <gdt@pkgsrc.org>2018-09-24 00:04:53 +0000
commitecebf3c53c88e22f326339f9fdc87f6de7f5eea5 (patch)
treea2477f9ded10ec950d494b7deb23c55cff648f32 /devel/boost-libs
parentf3e6c7cc2d7a67785aa9eecb2daa225c67116d81 (diff)
downloadpkgsrc-ecebf3c53c88e22f326339f9fdc87f6de7f5eea5.tar.gz
boost-libs: Expect fiber to work on Darmin 15
fiber used to fail on Darwin 15, but as of 15.5 with Apple LLVM >=8.0.0 (clang 8), it works. Because we expect pkgsrc users to be up to date with respect to minor versions of their (perhaps not upgradable from) major version, change the regexp to expect fiber on this platform. ok minskin@ on tech-pkg
Diffstat (limited to 'devel/boost-libs')
-rw-r--r--devel/boost-libs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile
index 073b71b3606..adba3bbc2bd 100644
--- a/devel/boost-libs/Makefile
+++ b/devel/boost-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2018/08/16 15:58:32 adam Exp $
+# $NetBSD: Makefile,v 1.72 2018/09/24 00:04:53 gdt Exp $
BOOST_PACKAGE= libs
BOOST_COMMENT= (binary libraries)
@@ -23,7 +23,7 @@ BJAM_ARGS+= --without-fiber
.else
PLIST.context= yes
.if !(${OPSYS} == "NetBSD" && !empty(PKGSRC_COMPILER:Mgcc)) && \
- empty(MACHINE_PLATFORM:MDarwin-1[0-5].*-*)
+ empty(MACHINE_PLATFORM:MDarwin-1[0-4].*-*)
PLIST.fiber= yes
.endif
.endif