[101980] trunk/dports/lang/ruby19/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Jan 23 11:06:11 PST 2013


Revision: 101980
          https://trac.macports.org/changeset/101980
Author:   jeremyhu at macports.org
Date:     2013-01-23 11:06:10 -0800 (Wed, 23 Jan 2013)
Log Message:
-----------
ruby19: Use compiler.blacklist

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

Modified: trunk/dports/lang/ruby19/Portfile
===================================================================
--- trunk/dports/lang/ruby19/Portfile	2013-01-23 18:21:43 UTC (rev 101979)
+++ trunk/dports/lang/ruby19/Portfile	2013-01-23 19:06:10 UTC (rev 101980)
@@ -52,9 +52,7 @@
 # ruby built with llvm-gcc will be broken.
 # http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_0/NEWS
 # http://redmine.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatforms
-if {${configure.compiler} == "llvm-gcc-4.2"} {
-	configure.compiler gcc-4.2
-}
+compiler.blacklist-append llvm-gcc-4.2 macports-llvm-gcc-4.2
 
 configure.args		--enable-shared \
 					--disable-install-doc \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130123/5d70dbf3/attachment.html>


More information about the macports-changes mailing list