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

snc at macports.org snc at macports.org
Fri Oct 9 15:30:24 PDT 2009


Revision: 59109
          http://trac.macports.org/changeset/59109
Author:   snc at macports.org
Date:     2009-10-09 15:30:22 -0700 (Fri, 09 Oct 2009)
Log Message:
-----------
add configure change to build on SL, ticket #21151. maintainer timeout

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

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2009-10-09 22:18:31 UTC (rev 59108)
+++ trunk/dports/www/webkit-gtk/Portfile	2009-10-09 22:30:22 UTC (rev 59109)
@@ -42,6 +42,10 @@
     reinplace "s|-licucore|-licui18n -licuuc|" ${worksrcpath}/configure
 }
 
+if {${os.major} > 9} {
+    configure.args-append --enable-jit=no
+}
+
 #
 # video is now enabled by default so make the variant no_video
 #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091009/8c4b60b3/attachment.html>


More information about the macports-changes mailing list