[49194] trunk/dports/devel/ice-cpp/Portfile

blair at macports.org blair at macports.org
Sun Apr 5 03:11:48 PDT 2009


Revision: 49194
          http://trac.macports.org/changeset/49194
Author:   blair at macports.org
Date:     2009-04-05 03:11:48 -0700 (Sun, 05 Apr 2009)
Log Message:
-----------
Ensure that ice-cpp is built with the MacPorts' specified compilers.

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

Modified: trunk/dports/devel/ice-cpp/Portfile
===================================================================
--- trunk/dports/devel/ice-cpp/Portfile	2009-04-05 10:11:38 UTC (rev 49193)
+++ trunk/dports/devel/ice-cpp/Portfile	2009-04-05 10:11:48 UTC (rev 49194)
@@ -4,6 +4,7 @@
 
 name		ice-cpp
 version		3.3.1
+revision	1
 categories	devel
 maintainers	blair
 description	Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP
@@ -95,7 +96,7 @@
 }
 
 configure {
-	set cmd "cd ${workpath}/mcpp-${mcpp_version} && CFLAGS='-O2 -g -fno-common' ./configure --enable-mcpplib"
+	set cmd "cd ${workpath}/mcpp-${mcpp_version} && CC='${configure.cc}' CXX='${configure.cxx}' CFLAGS='-O2 -g -fno-common' ./configure --enable-mcpplib"
 	ui_debug ${cmd}
 	system ${cmd}
 }
@@ -105,7 +106,7 @@
 	ui_debug ${cmd}
 	system ${cmd}
 
-	set cmd "cd ${workpath}/Ice-${version}/cpp && make prefix='${prefix}' embedded_runpath_prefix='${prefix}' OPTIMIZE='yes' BZIP2_HOME='${prefix}' DB_HOME='${prefix}' EXPAT_HOME='${prefix}' OPENSSL_HOME='${prefix}' READLINE_HOME='${prefix}' USE_READLINE=yes MCPP_LIBS='${workpath}/mcpp-${mcpp_version}/src/.libs/*.o' LDPLATFORMFLAGS= all && cd doc && make"
+	set cmd "cd ${workpath}/Ice-${version}/cpp && make prefix='${prefix}' embedded_runpath_prefix='${prefix}' CC='${configure.cc}' CXX='${configure.cxx}' OPTIMIZE='yes' BZIP2_HOME='${prefix}' DB_HOME='${prefix}' EXPAT_HOME='${prefix}' OPENSSL_HOME='${prefix}' READLINE_HOME='${prefix}' USE_READLINE=yes MCPP_LIBS='${workpath}/mcpp-${mcpp_version}/src/.libs/*.o' LDPLATFORMFLAGS= all && cd doc && make"
 	ui_debug ${cmd}
 	system ${cmd}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090405/31976210/attachment.html>


More information about the macports-changes mailing list