summaryrefslogtreecommitdiff
path: root/devel/boost-libs
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2018-04-30 07:09:57 +0000
committerryoon <ryoon@pkgsrc.org>2018-04-30 07:09:57 +0000
commit76bab3b7a798c85959233024d92fe242b4b3c31f (patch)
tree4483c2be33b3d1eddde2d436654e49dd72b5d6b2 /devel/boost-libs
parentf51eefe98526529da23221e94a8fca405264aa34 (diff)
downloadpkgsrc-76bab3b7a798c85959233024d92fe242b4b3c31f.tar.gz
In NetBSD and clang case, Boost fiber will be built.
Reported by adam@ in https://mail-index.netbsd.org/pkgsrc-changes/2018/04/30/msg174814.html
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 15f8f470a6c..901505208ff 100644
--- a/devel/boost-libs/Makefile
+++ b/devel/boost-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2018/04/30 00:27:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.66 2018/04/30 07:09:57 ryoon Exp $
BOOST_PACKAGE= libs
BOOST_COMMENT= (binary libraries)
@@ -23,7 +23,7 @@ BJAM_ARGS+= --without-coroutine2
BJAM_ARGS+= --without-fiber
.else
PLIST.context= yes
-.if ${OPSYS} != "NetBSD"
+.if !(${OPSYS} == "NetBSD" && !empty(PKGSRC_COMPILER:Mgcc))
PLIST.fiber= yes
.endif
.endif