Title: [141023] trunk/Source/WebCore
Revision
141023
Author
[email protected]
Date
2013-01-28 16:02:01 -0800 (Mon, 28 Jan 2013)

Log Message

[GTK] Pass ICU cppflags to libWebCoreSVG.la build
https://bugs.webkit.org/show_bug.cgi?id=108032

Patch by Kalev Lember <[email protected]> on 2013-01-28
Reviewed by Martin Robinson.

Fixes a linking error with new libicu 50 on Fedora rawhide.

* GNUmakefile.am:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (141022 => 141023)


--- trunk/Source/WebCore/ChangeLog	2013-01-28 23:53:54 UTC (rev 141022)
+++ trunk/Source/WebCore/ChangeLog	2013-01-29 00:02:01 UTC (rev 141023)
@@ -1,3 +1,14 @@
+2013-01-28  Kalev Lember  <[email protected]>
+
+        [GTK] Pass ICU cppflags to libWebCoreSVG.la build
+        https://bugs.webkit.org/show_bug.cgi?id=108032
+
+        Reviewed by Martin Robinson.
+
+        Fixes a linking error with new libicu 50 on Fedora rawhide.
+
+        * GNUmakefile.am:
+
 2013-01-28  Min Qin  <[email protected]>
 
         adding support for DiscardablePixelRef for caching lazily decoded images

Modified: trunk/Source/WebCore/GNUmakefile.am (141022 => 141023)


--- trunk/Source/WebCore/GNUmakefile.am	2013-01-28 23:53:54 UTC (rev 141022)
+++ trunk/Source/WebCore/GNUmakefile.am	2013-01-29 00:02:01 UTC (rev 141023)
@@ -253,7 +253,8 @@
 	-fno-strict-aliasing \
 	$(CAIRO_CFLAGS) \
 	$(FREETYPE_CFLAGS) \
-	$(LIBSOUP_CFLAGS)
+	$(LIBSOUP_CFLAGS) \
+	$(UNICODE_CFLAGS)
 
 feature_defines_overrides += ENABLE_SVG=1
 WEBCORE_CSS_PROPERTY_NAMES += $(WebCore)/css/SVGCSSPropertyNames.in
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to