27 lines
795 B
Diff
27 lines
795 B
Diff
From eb2ec2d5b8f1e941fcf7a35523d65589882a92f9 Mon Sep 17 00:00:00 2001
|
|
From: Kalev Lember <kalevlember@gmail.com>
|
|
Date: Sun, 27 Jan 2013 15:53:24 +0100
|
|
Subject: [PATCH] [GTK] Pass ICU cppflags to libWebCoreSVG.la build
|
|
|
|
---
|
|
Source/WebCore/GNUmakefile.am | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/Source/WebCore/GNUmakefile.am b/Source/WebCore/GNUmakefile.am
|
|
index 0319a6f..2f24764 100644
|
|
--- a/Source/WebCore/GNUmakefile.am
|
|
+++ b/Source/WebCore/GNUmakefile.am
|
|
@@ -566,7 +566,8 @@ libWebCoreSVG_la_CPPFLAGS = \
|
|
$(javascriptcore_cppflags) \
|
|
-fno-strict-aliasing \
|
|
$(CAIRO_CFLAGS) \
|
|
- $(LIBSOUP_CFLAGS)
|
|
+ $(LIBSOUP_CFLAGS) \
|
|
+ $(UNICODE_CFLAGS)
|
|
|
|
FEATURE_DEFINES += ENABLE_SVG=1
|
|
webcore_cppflags += -DENABLE_SVG=1
|
|
--
|
|
1.8.1
|
|
|