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 00:27:32 UTC 2018

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

Log Message:
fiber does not support NetBSD. Disable fiber for NetBSD to fix packaging


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 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.64 pkgsrc/devel/boost-libs/Makefile:1.65
--- pkgsrc/devel/boost-libs/Makefile:1.64       Sun Apr 29 20:41:11 2018
+++ pkgsrc/devel/boost-libs/Makefile    Mon Apr 30 00:27:32 2018
@@ -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-coroutine2
 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