fiber does not support NetBSD. Disable fiber for NetBSD to fix packaging
This commit is contained in:
parent
a9bf1f106e
commit
69e32651c4
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue