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 N...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/deea959249c8
branches:  trunk
changeset: 306976:deea959249c8
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 6321e6d7ee2f -r deea959249c8 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