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:   martin
Date:           Mon Apr 30 09:18:47 UTC 2018

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

Log Message:
Remove unsupported configure option, fixes PR pkg/53235.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 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.66 pkgsrc/devel/boost-libs/Makefile:1.67
--- pkgsrc/devel/boost-libs/Makefile:1.66       Mon Apr 30 07:09:57 2018
+++ pkgsrc/devel/boost-libs/Makefile    Mon Apr 30 09:18:47 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2018/04/30 07:09:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.67 2018/04/30 09:18:47 martin Exp $
 
 BOOST_PACKAGE=         libs
 BOOST_COMMENT=         (binary libraries)
@@ -19,7 +19,6 @@ BJAM_ARGS+=           pch=off
 .if !empty(MACHINE_ARCH:Malpha) || !empty(MACHINE_ARCH:Mm68k) || !empty(MACHINE_ARCH:Msparc64)
 BJAM_ARGS+=            --without-context
 BJAM_ARGS+=            --without-coroutine
-BJAM_ARGS+=            --without-coroutine2
 BJAM_ARGS+=            --without-fiber
 .else
 PLIST.context=         yes



Home | Main Index | Thread Index | Old Index