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

mmoll at macports.org mmoll at macports.org
Fri Dec 6 10:05:01 PST 2013


Revision: 114377
          https://trac.macports.org/changeset/114377
Author:   mmoll at macports.org
Date:     2013-12-06 10:05:01 -0800 (Fri, 06 Dec 2013)
Log Message:
-----------
boost: use correct version of python in python3X variants. See #41568.

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

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2013-12-06 17:52:27 UTC (rev 114376)
+++ trunk/dports/devel/boost/Portfile	2013-12-06 18:05:01 UTC (rev 114377)
@@ -189,7 +189,7 @@
 
             depends_lib-append      port:${p}
             configure.args-delete   --without-libraries=python
-            configure.args-append   --with-python=${prefix}/bin/python${v}
+            configure.args-append   --with-python=${prefix}/bin/python${v} --with-python-root=${prefix}/bin/python${v}
 
             patchfiles-append   ${bppatch} patch-tools-build-v2-tools-python.jam.diff \
                                 patch-tools-build-v2-tools-python-2.jam.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131206/e4e3f060/attachment.html>


More information about the macports-changes mailing list