[108861] trunk/dports/devel/boost/Portfile

blair at macports.org blair at macports.org
Sat Aug 3 11:58:34 PDT 2013


Revision: 108861
          https://trac.macports.org/changeset/108861
Author:   blair at macports.org
Date:     2013-08-03 11:58:34 -0700 (Sat, 03 Aug 2013)
Log Message:
-----------
boost: disable building coroutine when context is disabled.

The coroutine library depends on the context library:

https://github.com/mxcl/homebrew/issues/21225

Modified Paths:
--------------
    trunk/dports/devel/boost/Portfile

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2013-08-03 17:49:28 UTC (rev 108860)
+++ trunk/dports/devel/boost/Portfile	2013-08-03 18:58:34 UTC (rev 108861)
@@ -75,11 +75,13 @@
                     --with-icu=${prefix}
 
 platform powerpc {
-    configure.args-append   --without-libraries=context
+    configure.args-append   --without-libraries=context \
+                            --without-libraries=coroutine
 }
 
 if {${os.platform} == "darwin" && ${os.major} <= 10} {
-    configure.args-append   --without-libraries=context
+    configure.args-append   --without-libraries=context \
+                            --without-libraries=coroutine
 }
 
 configure.universal_args
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130803/f4de8551/attachment.html>


More information about the macports-changes mailing list