[45536] trunk/dports/lang/python26/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Sat Jan 17 03:10:19 PST 2009
Revision: 45536
http://trac.macports.org/changeset/45536
Author: mcalhoun at macports.org
Date: 2009-01-17 03:10:19 -0800 (Sat, 17 Jan 2009)
Log Message:
-----------
python26: Ensure that correct compiler is always used.
Modified Paths:
--------------
trunk/dports/lang/python26/Portfile
Modified: trunk/dports/lang/python26/Portfile
===================================================================
--- trunk/dports/lang/python26/Portfile 2009-01-17 11:04:43 UTC (rev 45535)
+++ trunk/dports/lang/python26/Portfile 2009-01-17 11:10:19 UTC (rev 45536)
@@ -67,6 +67,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}"
+
post-destroot {
set framewpath ${frameworks_dir}/Python.framework
set framewdir ${framewpath}/Versions/${branch}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090117/d87afe07/attachment.html>
More information about the macports-changes
mailing list