Revision: 93901 https://trac.macports.org/changeset/93901 Author: jeremyhu@macports.org Date: 2012-06-03 15:13:12 -0700 (Sun, 03 Jun 2012) Log Message: ----------- webkit-gtk: Fix UNICODE_LIBS (#34456) Modified Paths: -------------- trunk/dports/www/webkit-gtk/Portfile trunk/dports/www/webkit-gtk/files/our-icu.patch Modified: trunk/dports/www/webkit-gtk/Portfile =================================================================== --- trunk/dports/www/webkit-gtk/Portfile 2012-06-03 19:37:10 UTC (rev 93900) +++ trunk/dports/www/webkit-gtk/Portfile 2012-06-03 22:13:12 UTC (rev 93901) @@ -7,7 +7,7 @@ name webkit-gtk epoch 1 version 1.6.3 -revision 3 +revision 4 description Apple's WebKit HTML rendering library for GTK+ long_description ${description} maintainers devans Modified: trunk/dports/www/webkit-gtk/files/our-icu.patch =================================================================== --- trunk/dports/www/webkit-gtk/files/our-icu.patch 2012-06-03 19:37:10 UTC (rev 93900) +++ trunk/dports/www/webkit-gtk/files/our-icu.patch 2012-06-03 22:13:12 UTC (rev 93901) @@ -1,6 +1,6 @@ ---- 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; } +--- Source/autotools/webkit.m4.orig 2012-02-01 12:37:41.000000000 -0800 ++++ Source/autotools/webkit.m4 2012-06-03 12:05:52.000000000 -0700 +@@ -134,10 +134,6 @@ AC_MSG_RESULT([$with_unicode_backend]) if test "$with_unicode_backend" = "icu"; then case "$host" in
participants (1)
-
jeremyhu@macports.org