[153308] trunk/dports/www/webkit2-gtk-devel/Portfile

devans at macports.org devans at macports.org
Wed Sep 28 16:10:15 PDT 2016


Revision: 153308
          https://trac.macports.org/changeset/153308
Author:   devans at macports.org
Date:     2016-09-28 16:10:15 -0700 (Wed, 28 Sep 2016)
Log Message:
-----------
webkit2-gtk-devel: build fix for 10.9, blacklist clang-3.3, add fallback to clang-3.8 (#52437).

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

Modified: trunk/dports/www/webkit2-gtk-devel/Portfile
===================================================================
--- trunk/dports/www/webkit2-gtk-devel/Portfile	2016-09-28 22:59:43 UTC (rev 153307)
+++ trunk/dports/www/webkit2-gtk-devel/Portfile	2016-09-28 23:10:15 UTC (rev 153308)
@@ -111,7 +111,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/3a19b89e/attachment.html>


More information about the macports-changes mailing list