[153301] trunk/dports/www/webkit2-gtk/Portfile

devans at macports.org devans at macports.org
Wed Sep 28 14:13:18 PDT 2016


Revision: 153301
          https://trac.macports.org/changeset/153301
Author:   devans at macports.org
Date:     2016-09-28 14:13:17 -0700 (Wed, 28 Sep 2016)
Log Message:
-----------
webkit2-gtk: build fix for 10.9, blacklist clang-3.3, add fallback to clang-3.8.

Modified Paths:
--------------
    trunk/dports/www/webkit2-gtk/Portfile

Modified: trunk/dports/www/webkit2-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit2-gtk/Portfile	2016-09-28 20:15:09 UTC (rev 153300)
+++ trunk/dports/www/webkit2-gtk/Portfile	2016-09-28 21:13:17 UTC (rev 153301)
@@ -102,7 +102,10 @@
 configure.optflags  -Os
 
 # clang 3.4, 503.0.35, and 600.0.57 (error: call to 'make_unique' is ambiguous, error: call to 'exchange' is ambiguous)
-compiler.blacklist-append {clang < 602} macports-clang-3.4
+# compiler.blacklist-append {clang < 602} macports-clang-3.4
+# clang 3.3 (error: no type named 'make_index_sequence' in namespace 'std')
+compiler.fallback-append macports-clang-3.8
+compiler.blacklist-append {clang < 602} macports-clang-3.4 macports-clang-3.3
 
 pre-configure {
     if {![variant_isset quartz] && ![variant_isset x11]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160928/f86e21b6/attachment.html>


More information about the macports-changes mailing list