[80059] trunk/dports/www/webkit-gtk/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Sun Jul 3 09:59:17 PDT 2011
Revision: 80059
http://trac.macports.org/changeset/80059
Author: jeremyhu at macports.org
Date: 2011-07-03 09:59:16 -0700 (Sun, 03 Jul 2011)
Log Message:
-----------
webkit-gtk: Fall back to llvm-gcc over clang for now
Dev timeout
Modified Paths:
--------------
trunk/dports/www/webkit-gtk/Portfile
Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile 2011-07-03 16:38:02 UTC (rev 80058)
+++ trunk/dports/www/webkit-gtk/Portfile 2011-07-03 16:59:16 UTC (rev 80059)
@@ -44,6 +44,12 @@
--enable-jit=no \
--enable-introspection=no
+# BUILD FIX TODO:
+# clang has trouble with webkit-1.4.1's C++ as of 2011.06.28
+if {${configure.compiler} == "clang"} {
+ configure.compiler llvm-gcc-4.2
+}
+
post-patch {
reinplace "s|-licucore|-licui18n -licuuc|" ${worksrcpath}/configure
reinplace "s|@@CPP@@|${configure.cpp}|" ${worksrcpath}/GNUmakefile.in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110703/ceb865f5/attachment.html>
More information about the macports-changes
mailing list