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

jeremyhu at macports.org jeremyhu at macports.org
Fri Aug 30 12:24:55 PDT 2013


Revision: 110379
          https://trac.macports.org/changeset/110379
Author:   jeremyhu at macports.org
Date:     2013-08-30 12:24:55 -0700 (Fri, 30 Aug 2013)
Log Message:
-----------
ruby186: Use pattern matching in compiler.blacklist

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

Modified: trunk/dports/lang/ruby186/Portfile
===================================================================
--- trunk/dports/lang/ruby186/Portfile	2013-08-30 19:23:22 UTC (rev 110378)
+++ trunk/dports/lang/ruby186/Portfile	2013-08-30 19:24:55 UTC (rev 110379)
@@ -68,7 +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
-compiler.blacklist clang llvm-gcc-4.2 macports-llvm-gcc-4.2
+compiler.blacklist *clang* *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/20130830/c456abcc/attachment.html>


More information about the macports-changes mailing list