[102131] trunk/dports/devel/zeroc-ice33/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Jan 28 00:45:37 PST 2013


Revision: 102131
          https://trac.macports.org/changeset/102131
Author:   jeremyhu at macports.org
Date:     2013-01-28 00:45:37 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
zeroc-ice33: Use compiler.blacklist

Modified Paths:
--------------
    trunk/dports/devel/zeroc-ice33/Portfile

Modified: trunk/dports/devel/zeroc-ice33/Portfile
===================================================================
--- trunk/dports/devel/zeroc-ice33/Portfile	2013-01-28 08:38:42 UTC (rev 102130)
+++ trunk/dports/devel/zeroc-ice33/Portfile	2013-01-28 08:45:37 UTC (rev 102131)
@@ -107,12 +107,10 @@
 
 use_configure   no
 
-# Work around invalid C++ code by compiling with llvm-gcc-4.2 instead
-# of clang.  See
+# Work around invalid C++ code by compiling with llvm-gcc-4.2 instead of clang.
 # 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
-}
+# TODO: Apply the fix: https://trac.macports.org/ticket/37810
+compiler.blacklist-append clang
 
 build {
     set jobsargs ""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130128/14a3e6b8/attachment.html>


More information about the macports-changes mailing list