[117108] trunk/dports/lang/mozjs24/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Feb 16 12:09:38 PST 2014


Revision: 117108
          https://trac.macports.org/changeset/117108
Author:   jeremyhu at macports.org
Date:     2014-02-16 12:09:38 -0800 (Sun, 16 Feb 2014)
Log Message:
-----------
mozjs24: Blacklist older clang (#42521)

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

Modified: trunk/dports/lang/mozjs24/Portfile
===================================================================
--- trunk/dports/lang/mozjs24/Portfile	2014-02-16 19:18:50 UTC (rev 117107)
+++ trunk/dports/lang/mozjs24/Portfile	2014-02-16 20:09:38 UTC (rev 117108)
@@ -3,6 +3,7 @@
 
 PortSystem 1.0
 PortGroup  muniversal 1.0
+PortGroup  compiler_blacklist_versions 1.0
 
 name                mozjs24
 version             24.2.0
@@ -37,7 +38,7 @@
 
 use_autoconf        yes
 autoconf.cmd        autoconf213
-compiler.blacklist  *gcc-*
+compiler.blacklist  *gcc* {clang < 300}
 configure.args      --with-system-nspr \
                     --enable-system-ffi \
                     --disable-readline \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140216/6117c58f/attachment.html>


More information about the macports-changes mailing list