[98052] trunk/dports/www/webkit-gtk/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Sep 23 22:28:45 PDT 2012


Revision: 98052
          http://trac.macports.org//changeset/98052
Author:   jeremyhu at macports.org
Date:     2012-09-23 22:28:44 -0700 (Sun, 23 Sep 2012)
Log Message:
-----------
webkit-gtk: Use compiler blacklisting from base

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

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2012-09-24 05:27:41 UTC (rev 98051)
+++ trunk/dports/www/webkit-gtk/Portfile	2012-09-24 05:28:44 UTC (rev 98052)
@@ -143,13 +143,11 @@
 #
 # 1.8.2:
 # ./Source/WebCore/editing/Editor.h:388:18: error: 'willDetachPage' marked 'override' but does not override any member functions
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2 
-}
+compiler.blacklist-append clang
 
 # https://trac.macports.org/ticket/34044
-if {${configure.compiler} == "gcc-4.0" && [vercmp ${xcodeversion} 3.0] >= 0} {
-    configure.compiler gcc-4.2
+if {[vercmp ${xcodeversion} 3.0] >= 0} {
+    compiler.blacklist-append gcc-4.0
 }
 
 post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120923/88508ac1/attachment.html>


More information about the macports-changes mailing list