[109069] trunk/dports/cross/i386-mingw32-gcc/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Aug 7 13:58:09 PDT 2013


Revision: 109069
          https://trac.macports.org/changeset/109069
Author:   jeremyhu at macports.org
Date:     2013-08-07 13:58:09 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
i386-mingw32-gcc: Use compiler.blacklist

Modified Paths:
--------------
    trunk/dports/cross/i386-mingw32-gcc/Portfile

Modified: trunk/dports/cross/i386-mingw32-gcc/Portfile
===================================================================
--- trunk/dports/cross/i386-mingw32-gcc/Portfile	2013-08-07 20:56:09 UTC (rev 109068)
+++ trunk/dports/cross/i386-mingw32-gcc/Portfile	2013-08-07 20:58:09 UTC (rev 109069)
@@ -55,14 +55,7 @@
 			port:gettext
 
 # segfault when built with llvm on lion: #30349
-if {${configure.compiler} == "llvm-gcc-4.2"} {
-    configure.compiler gcc-4.2
-} elseif {${configure.compiler} == "clang"} {
-    depends_build-append port:apple-gcc42
-    configure.compiler apple-gcc-4.2
-    # base (as of 2.0.3) doesn't set cxx for apple-gcc-4.2
-    configure.cxx ${prefix}/bin/g++-apple-4.2
-}
+compiler.blacklist llvm-gcc-4.2 macports-llvm-gcc-4.2 clang
 
 # Build in a different directory, as advised in the README file.
 pre-configure	{ system "cd ${workpath} && mkdir -p build" }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130807/f25c53b1/attachment.html>


More information about the macports-changes mailing list