[89231] trunk/dports/devel

blair at macports.org blair at macports.org
Sat Jan 21 12:43:03 PST 2012


Revision: 89231
          http://trac.macports.org/changeset/89231
Author:   blair at macports.org
Date:     2012-01-21 12:43:00 -0800 (Sat, 21 Jan 2012)
Log Message:
-----------
ice-python*: do not compile with clang++, use llvm-gcc-4.2 instead.

Modified Paths:
--------------
    trunk/dports/devel/ice-python/Portfile
    trunk/dports/devel/ice-python25/Portfile
    trunk/dports/devel/ice-python26/Portfile
    trunk/dports/devel/ice-python27/Portfile

Modified: trunk/dports/devel/ice-python/Portfile
===================================================================
--- trunk/dports/devel/ice-python/Portfile	2012-01-21 20:24:46 UTC (rev 89230)
+++ trunk/dports/devel/ice-python/Portfile	2012-01-21 20:43:00 UTC (rev 89231)
@@ -57,6 +57,12 @@
 
 use_configure   no
 
+# Work around invalid C++ code by compiling with g++ instead of clang.  See
+# http://www.zeroc.com/forums/bug-reports/4965-slice2cpp-output-does-not-compile-standards-conformant-compiler.html
+if {${configure.compiler} == "clang"} {
+        configure.compiler llvm-gcc-4.2
+}
+
 build.target    prefix="${prefix}" \
                 CC="${configure.cc}" \
                 CXX="${configure.cxx}" \

Modified: trunk/dports/devel/ice-python25/Portfile
===================================================================
--- trunk/dports/devel/ice-python25/Portfile	2012-01-21 20:24:46 UTC (rev 89230)
+++ trunk/dports/devel/ice-python25/Portfile	2012-01-21 20:43:00 UTC (rev 89231)
@@ -57,6 +57,12 @@
 
 use_configure   no
 
+# Work around invalid C++ code by compiling with g++ instead of clang.  See
+# http://www.zeroc.com/forums/bug-reports/4965-slice2cpp-output-does-not-compile-standards-conformant-compiler.html
+if {${configure.compiler} == "clang"} {
+        configure.compiler llvm-gcc-4.2
+}
+
 build.target    prefix="${prefix}" \
                 CC="${configure.cc}" \
                 CXX="${configure.cxx}" \

Modified: trunk/dports/devel/ice-python26/Portfile
===================================================================
--- trunk/dports/devel/ice-python26/Portfile	2012-01-21 20:24:46 UTC (rev 89230)
+++ trunk/dports/devel/ice-python26/Portfile	2012-01-21 20:43:00 UTC (rev 89231)
@@ -57,6 +57,12 @@
 
 use_configure   no
 
+# Work around invalid C++ code by compiling with g++ instead of clang.  See
+# http://www.zeroc.com/forums/bug-reports/4965-slice2cpp-output-does-not-compile-standards-conformant-compiler.html
+if {${configure.compiler} == "clang"} {
+        configure.compiler llvm-gcc-4.2
+}
+
 build.target    prefix="${prefix}" \
                 CC="${configure.cc}" \
                 CXX="${configure.cxx}" \

Modified: trunk/dports/devel/ice-python27/Portfile
===================================================================
--- trunk/dports/devel/ice-python27/Portfile	2012-01-21 20:24:46 UTC (rev 89230)
+++ trunk/dports/devel/ice-python27/Portfile	2012-01-21 20:43:00 UTC (rev 89231)
@@ -57,6 +57,12 @@
 
 use_configure   no
 
+# Work around invalid C++ code by compiling with g++ instead of clang.  See
+# http://www.zeroc.com/forums/bug-reports/4965-slice2cpp-output-does-not-compile-standards-conformant-compiler.html
+if {${configure.compiler} == "clang"} {
+        configure.compiler llvm-gcc-4.2
+}
+
 build.target    prefix="${prefix}" \
                 CC="${configure.cc}" \
                 CXX="${configure.cxx}" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120121/26a2f14a/attachment.html>


More information about the macports-changes mailing list