[109068] trunk/dports/lang/ruby186/Portfile

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


Revision: 109068
          https://trac.macports.org/changeset/109068
Author:   jeremyhu at macports.org
Date:     2013-08-07 13:56:09 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
ruby186: Use compiler.blacklist

Modified Paths:
--------------
    trunk/dports/lang/ruby186/Portfile

Modified: trunk/dports/lang/ruby186/Portfile
===================================================================
--- trunk/dports/lang/ruby186/Portfile	2013-08-07 20:54:28 UTC (rev 109067)
+++ trunk/dports/lang/ruby186/Portfile	2013-08-07 20:56:09 UTC (rev 109068)
@@ -68,14 +68,7 @@
 # #30275: ruby built with clang or llvm-gcc does not work
 # see list "MacPorts on Lion (common issues, fixes, and workarounds)"
 # http://lists.macosforge.org/pipermail/macports-dev/2011-July/015263.html
-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 clang llvm-gcc-4.2 macports-llvm-gcc-4.2
 
 configure.args	--enable-shared \
 				--mandir="${prefix}/share/man" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130807/ae9c399c/attachment.html>


More information about the macports-changes mailing list