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

blair at macports.org blair at macports.org
Sun Nov 20 23:14:31 PST 2011


Revision: 87426
          http://trac.macports.org/changeset/87426
Author:   blair at macports.org
Date:     2011-11-20 23:14:29 -0800 (Sun, 20 Nov 2011)
Log Message:
-----------
ice-cpp: prefer llvm-gcc-4.2 instead of gcc-4.2 when clang is the default
compiler.

Bump the revision to ensure that all builds use the recommended compiler.

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

Modified: trunk/dports/devel/ice-cpp/Portfile
===================================================================
--- trunk/dports/devel/ice-cpp/Portfile	2011-11-21 02:17:32 UTC (rev 87425)
+++ trunk/dports/devel/ice-cpp/Portfile	2011-11-21 07:14:29 UTC (rev 87426)
@@ -5,6 +5,7 @@
 
 name            ice-cpp
 version         3.4.2
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      devel
 maintainers     blair
@@ -87,7 +88,7 @@
 # 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 gcc-4.2
+        configure.compiler llvm-gcc-4.2
 }
 
 build {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111120/f06bc825/attachment.html>


More information about the macports-changes mailing list