[92058] trunk/dports/www/webkit-gtk

jeremyhu at macports.org jeremyhu at macports.org
Mon Apr 16 17:05:08 PDT 2012


Revision: 92058
          https://trac.macports.org/changeset/92058
Author:   jeremyhu at macports.org
Date:     2012-04-16 17:05:07 -0700 (Mon, 16 Apr 2012)
Log Message:
-----------
webkit-gtk: Use the correct icu (#34044).

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

Added Paths:
-----------
    trunk/dports/www/webkit-gtk/files/our-icu.patch

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2012-04-16 23:58:11 UTC (rev 92057)
+++ trunk/dports/www/webkit-gtk/Portfile	2012-04-17 00:05:07 UTC (rev 92058)
@@ -7,7 +7,7 @@
 name		webkit-gtk
 epoch           1
 version		1.6.3
-revision        1
+revision        2
 description	Apple's WebKit HTML rendering library for GTK+
 long_description ${description}
 maintainers	devans
@@ -39,6 +39,7 @@
 
 patchfiles \
         case-insensitive.patch \
+        our-icu.patch \
         glib-2.32.patch
 
 configure.args	\

Added: trunk/dports/www/webkit-gtk/files/our-icu.patch
===================================================================
--- trunk/dports/www/webkit-gtk/files/our-icu.patch	                        (rev 0)
+++ trunk/dports/www/webkit-gtk/files/our-icu.patch	2012-04-17 00:05:07 UTC (rev 92058)
@@ -0,0 +1,13 @@
+--- configure.orig	2012-04-16 15:59:17.000000000 -0700
++++ configure	2012-04-16 15:59:37.000000000 -0700
+@@ -19205,10 +19205,6 @@ $as_echo "$with_unicode_backend" >&6; }
+ 
+ if test "$with_unicode_backend" = "icu"; then
+         case "$host" in
+-            *-*-darwin*)
+-		UNICODE_CFLAGS="-I$srcdir/Source/JavaScriptCore/icu -I$srcdir/Source/WebCore/icu"
+-		UNICODE_LIBS="-licucore"
+-                ;;
+             *-*-mingw*)
+ 		UNICODE_CFLAGS=""
+ 		UNICODE_LIBS="-licuin -licuuc"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120416/f0d556f8/attachment-0001.html>


More information about the macports-changes mailing list