[135515] trunk/dports/x11/mesa/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Apr 25 01:12:49 PDT 2015


Revision: 135515
          https://trac.macports.org/changeset/135515
Author:   jeremyhu at macports.org
Date:     2015-04-25 01:12:49 -0700 (Sat, 25 Apr 2015)
Log Message:
-----------
mesa: Blacklist older clang that use llvm-gcc for C++

Modified Paths:
--------------
    trunk/dports/x11/mesa/Portfile

Modified: trunk/dports/x11/mesa/Portfile
===================================================================
--- trunk/dports/x11/mesa/Portfile	2015-04-25 06:32:47 UTC (rev 135514)
+++ trunk/dports/x11/mesa/Portfile	2015-04-25 08:12:49 UTC (rev 135515)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                mesa
 epoch               1
@@ -65,7 +66,7 @@
 
 # This project is affected by a bug in Apple's gcc driver driver that I fixed in the apple-gcc42 port.
 # Use that or clang.
-compiler.blacklist gcc-3.3 gcc-4.0 gcc-4.2 llvm-gcc-4.2
+compiler.blacklist gcc-3.3 gcc-4.0 gcc-4.2 llvm-gcc-4.2 {clang < 100}
 
 platform darwin {
     if {${os.major} < 11} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150425/76328aca/attachment.html>


More information about the macports-changes mailing list