pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/boost-libs



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Apr 30 07:09:57 UTC 2018

Modified Files:
        pkgsrc/devel/boost-libs: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/boost-libs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/boost-libs/Makefile
diff -u pkgsrc/devel/boost-libs/Makefile:1.65 pkgsrc/devel/boost-libs/Makefile:1.66
--- pkgsrc/devel/boost-libs/Makefile:1.65       Mon Apr 30 00:27:32 2018
+++ pkgsrc/devel/boost-libs/Makefile    Mon Apr 30 07:09:57 2018
@@ -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



Home | Main Index | Thread Index | Old Index