pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/boost-libs In NetBSD and clang case, Boost fiber...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f66d09e5a15b
branches: trunk
changeset: 379451:f66d09e5a15b
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Mon Apr 30 07:09:57 2018 +0000
description:
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:
devel/boost-libs/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 819b8160d0ec -r f66d09e5a15b devel/boost-libs/Makefile
--- a/devel/boost-libs/Makefile Mon Apr 30 06:52:06 2018 +0000
+++ b/devel/boost-libs/Makefile Mon Apr 30 07:09:57 2018 +0000
@@ -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-fiber
.else
PLIST.context= yes
-.if ${OPSYS} != "NetBSD"
+.if !(${OPSYS} == "NetBSD" && !empty(PKGSRC_COMPILER:Mgcc))
PLIST.fiber= yes
.endif
.endif
Home |
Main Index |
Thread Index |
Old Index