[113409] trunk/dports/lang

jeremyhu at macports.org jeremyhu at macports.org
Fri Nov 15 10:16:33 PST 2013


Revision: 113409
          https://trac.macports.org/changeset/113409
Author:   jeremyhu at macports.org
Date:     2013-11-15 10:16:32 -0800 (Fri, 15 Nov 2013)
Log Message:
-----------
llvm-3.[34]: Use the correct python (#32575)

Modified Paths:
--------------
    trunk/dports/lang/llvm-3.3/Portfile
    trunk/dports/lang/llvm-3.4/Portfile

Modified: trunk/dports/lang/llvm-3.3/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.3/Portfile	2013-11-15 17:40:04 UTC (rev 113408)
+++ trunk/dports/lang/llvm-3.3/Portfile	2013-11-15 18:16:32 UTC (rev 113409)
@@ -278,16 +278,19 @@
     variant python25 conflicts python26 python27 description {Use python 2.5} {
         set pythonver 25
         set pythonverdot 2.5
+        configure.args-append --with-python=${prefix}/bin/python2.5
     }
 
     variant python26 conflicts python25 python27 description {Use python 2.6} {
         set pythonver 26
         set pythonverdot 2.6
+        configure.args-append --with-python=${prefix}/bin/python2.6
     }
 
     variant python27 conflicts python25 python26 description {Use python 2.7} {
         set pythonver 27
         set pythonverdot 2.7
+        configure.args-append --with-python=${prefix}/bin/python2.7
     }
 
     variant analyzer description {Install clang static analyzer} {

Modified: trunk/dports/lang/llvm-3.4/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.4/Portfile	2013-11-15 17:40:04 UTC (rev 113408)
+++ trunk/dports/lang/llvm-3.4/Portfile	2013-11-15 18:16:32 UTC (rev 113409)
@@ -266,16 +266,19 @@
     variant python25 conflicts python26 python27 description {Use python 2.5} {
         set pythonver 25
         set pythonverdot 2.5
+        configure.args-append --with-python=${prefix}/bin/python2.5
     }
 
     variant python26 conflicts python25 python27 description {Use python 2.6} {
         set pythonver 26
         set pythonverdot 2.6
+        configure.args-append --with-python=${prefix}/bin/python2.6
     }
 
     variant python27 conflicts python25 python26 description {Use python 2.7} {
         set pythonver 27
         set pythonverdot 2.7
+        configure.args-append --with-python=${prefix}/bin/python2.7
     }
 
     variant analyzer description {Install clang static analyzer} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131115/19f087c9/attachment.html>


More information about the macports-changes mailing list