[146413] trunk/dports/graphics/wxWidgets-3.0/Portfile

mojca at macports.org mojca at macports.org
Sun Mar 6 23:55:06 PST 2016


Revision: 146413
          https://trac.macports.org/changeset/146413
Author:   mojca at macports.org
Date:     2016-03-06 23:55:06 -0800 (Sun, 06 Mar 2016)
Log Message:
-----------
wxWidgets-3.0: on 10.6 also blacklist clang < 300 (copying from libcxx)

Modified Paths:
--------------
    trunk/dports/graphics/wxWidgets-3.0/Portfile

Modified: trunk/dports/graphics/wxWidgets-3.0/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets-3.0/Portfile	2016-03-07 07:41:48 UTC (rev 146412)
+++ trunk/dports/graphics/wxWidgets-3.0/Portfile	2016-03-07 07:55:06 UTC (rev 146413)
@@ -92,7 +92,7 @@
 
 if {${subport} eq "wxWidgets-3.0-libcxx"} {
     platform darwin {
-        compiler.blacklist-append   *gcc*
+        compiler.blacklist-append   *gcc* {clang < 300}
         depends_lib-append          port:libcxx
         configure.cxxflags-append   -std=c++11
         configure.cxx_stdlib        libc++
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160306/e7f25ac9/attachment.html>


More information about the macports-changes mailing list