[46250] trunk/dports/lang/python25/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sun Feb 1 08:05:39 PST 2009


Revision: 46250
          http://trac.macports.org/changeset/46250
Author:   mcalhoun at macports.org
Date:     2009-02-01 08:05:37 -0800 (Sun, 01 Feb 2009)
Log Message:
-----------
python25: Ensure configure.cc is always used.
Fixes #18060 (maintainer timeout).

Modified Paths:
--------------
    trunk/dports/lang/python25/Portfile

Modified: trunk/dports/lang/python25/Portfile
===================================================================
--- trunk/dports/lang/python25/Portfile	2009-02-01 15:48:54 UTC (rev 46249)
+++ trunk/dports/lang/python25/Portfile	2009-02-01 16:05:37 UTC (rev 46250)
@@ -66,6 +66,10 @@
 
 destroot.target         frameworkinstall maninstall
 
+# ensure that correct compiler is used
+build.args-append  MAKE="${build.cmd} CC=${configure.cc}"
+destroot.args-append  MAKE="${destroot.cmd} CC=${configure.cc}"
+
 platform macosx {
 post-destroot {
         set framewpath ${frameworks_dir}/Python.framework
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090201/327e21dc/attachment.html>


More information about the macports-changes mailing list