[49198] trunk/dports/devel/ice-python/Portfile

blair at macports.org blair at macports.org
Sun Apr 5 03:12:44 PDT 2009


Revision: 49198
          http://trac.macports.org/changeset/49198
Author:   blair at macports.org
Date:     2009-04-05 03:12:44 -0700 (Sun, 05 Apr 2009)
Log Message:
-----------
Use the MacPorts' compiler.

Modified Paths:
--------------
    trunk/dports/devel/ice-python/Portfile

Modified: trunk/dports/devel/ice-python/Portfile
===================================================================
--- trunk/dports/devel/ice-python/Portfile	2009-04-05 10:12:23 UTC (rev 49197)
+++ trunk/dports/devel/ice-python/Portfile	2009-04-05 10:12:44 UTC (rev 49198)
@@ -59,6 +59,8 @@
 
 build.dir	${worksrcpath}/py
 build.target	prefix="${prefix}" \
+		CC="${configure.cc}" \
+		CXX="${configure.cxx}" \
 		ICE_HOME="${prefix}" \
 		PYTHON_HOME="${prefix}/Library/Frameworks/Python.framework/Versions/2.4" \
 		PYTHON_VERSION=python2.4 \
@@ -73,6 +75,8 @@
 
 destroot.dir	${worksrcpath}/py
 destroot.target	prefix="${destroot}${prefix}" \
+		CC="${configure.cc}" \
+		CXX="${configure.cxx}" \
 		ICE_HOME="${prefix}" \
 		PYTHON_HOME="${prefix}/Library/Frameworks/Python.framework/Versions/2.4" \
 		PYTHON_VERSION=python2.4 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090405/bbed535e/attachment-0001.html>


More information about the macports-changes mailing list