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

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 12 01:02:08 PDT 2016


Revision: 152543
          https://trac.macports.org/changeset/152543
Author:   jeremyhu at macports.org
Date:     2016-09-12 01:02:07 -0700 (Mon, 12 Sep 2016)
Log Message:
-----------
webkit2-gtk-devel: Blacklist some older compiler verisons

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-12 07:29:08 UTC (rev 152542)
+++ trunk/dports/www/webkit2-gtk-devel/Portfile	2016-09-12 08:02:07 UTC (rev 152543)
@@ -106,6 +106,9 @@
 # <rdar://problem/24031030>
 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
+
 pre-configure {
     if {![variant_isset quartz] && ![variant_isset x11]} {
         error "Either +x11 or +quartz is required"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160912/1af81b59/attachment.html>


More information about the macports-changes mailing list