summaryrefslogtreecommitdiff
path: root/devel/boost-libs
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2017-01-02 07:33:11 +0000
committerryoon <ryoon@pkgsrc.org>2017-01-02 07:33:11 +0000
commit21f2a56192336a2fec534772fd731f67476eb976 (patch)
tree461a0486caaf2ed85fe922f1dd2c0be6e40000f1 /devel/boost-libs
parent48685e87ed5a616ef62dd17485c9875451b0432c (diff)
downloadpkgsrc-21f2a56192336a2fec534772fd731f67476eb976.tar.gz
Fix packaging. Fiber module is not built for NetBSD-current anymore.
Diffstat (limited to 'devel/boost-libs')
-rw-r--r--devel/boost-libs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile
index 4cf9395f5c9..2bdc401906c 100644
--- a/devel/boost-libs/Makefile
+++ b/devel/boost-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2017/01/01 15:32:47 adam Exp $
+# $NetBSD: Makefile,v 1.51 2017/01/02 07:33:11 ryoon Exp $
BOOST_PACKAGE= libs
BOOST_COMMENT= (binary libraries)
@@ -35,8 +35,9 @@ PLIST.log= yes
# (old darwin, netbsd <6). if fiber becomes necessary, set GCC_REQD
# on other boost-* packages, too.
# fiber requires context, so also disable it where context cannot be built
+# Additionally fiber checks std::timed_mutex.
.if ((${OPSYS} == "Darwin" && ${OS_VERSION:R} < 14) || \
- !empty(MACHINE_PLATFORM:MNetBSD-[0-6]*-*)) || \
+ !empty(MACHINE_PLATFORM:MNetBSD-[0-7]*-*)) || \
!empty(MACHINE_ARCH:Malpha) || !empty(MACHINE_ARCH:Mm68k) || \
!empty(MACHINE_ARCH:Msparc64) || \
(${OPSYS} == "NetBSD" && !empty(PKGSRC_COMPILER:Mclang))