pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/boost-libs fiber does not support NetBSD. Disabl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/00a793e69e07
branches: trunk
changeset: 379412:00a793e69e07
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Mon Apr 30 00:27:32 2018 +0000
description:
fiber does not support NetBSD. Disable fiber for NetBSD to fix packaging
diffstat:
devel/boost-libs/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 1df651853128 -r 00a793e69e07 devel/boost-libs/Makefile
--- a/devel/boost-libs/Makefile Mon Apr 30 00:22:21 2018 +0000
+++ b/devel/boost-libs/Makefile Mon Apr 30 00:27:32 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2018/04/29 20:41:11 adam Exp $
+# $NetBSD: Makefile,v 1.65 2018/04/30 00:27:32 ryoon Exp $
BOOST_PACKAGE= libs
BOOST_COMMENT= (binary libraries)
@@ -23,8 +23,10 @@
BJAM_ARGS+= --without-fiber
.else
PLIST.context= yes
+.if ${OPSYS} != "NetBSD"
PLIST.fiber= yes
.endif
+.endif
# Darwin GCC is unable to build Boost.Log
.if ${OPSYS} == "Darwin" && !empty(PKGSRC_COMPILER:Mgcc)
Home |
Main Index |
Thread Index |
Old Index