summaryrefslogtreecommitdiffstats
path: root/quanta
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-05-01 12:52:20 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-05-01 12:52:20 +0200
commit23f1f6f93256304eab76cd199408b71a649d82a8 (patch)
tree9351a2970ced4a194229c59365a758f5d21c598c /quanta
parent132a483427c9cb3eb7c6ac3f4df439030382484c (diff)
downloadtdewebdev-23f1f6f93256304eab76cd199408b71a649d82a8.tar.gz
tdewebdev-23f1f6f93256304eab76cd199408b71a649d82a8.zip
Fix FTBFS with ICU >= 58
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'quanta')
-rw-r--r--quanta/parsers/dtd/Makefile.am1
-rw-r--r--quanta/treeviews/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/quanta/parsers/dtd/Makefile.am b/quanta/parsers/dtd/Makefile.am
index 80f647fb..e2ba5659 100644
--- a/quanta/parsers/dtd/Makefile.am
+++ b/quanta/parsers/dtd/Makefile.am
@@ -9,3 +9,4 @@ AM_CPPFLAGS = -I$(top_srcdir)/quanta/parsers \
-I$(top_builddir)/quanta/dialogs \
-I$(top_srcdir)/lib \
$(LIBXML_CFLAGS) $(all_includes)
+CXXFLAGS += $(ICU_CXXFLAGS)
diff --git a/quanta/treeviews/Makefile.am b/quanta/treeviews/Makefile.am
index c32c617d..11660304 100644
--- a/quanta/treeviews/Makefile.am
+++ b/quanta/treeviews/Makefile.am
@@ -22,3 +22,4 @@ AM_CPPFLAGS = -I$(top_srcdir)/quanta/utility \
-I$(top_builddir)/quanta/components/csseditor \
-I$(top_srcdir)/quanta/plugins \
$(KMDI_INCLUDES) $(CVSSERVICE_INCLUDE) $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS) $(all_includes)
+CXXFLAGS += $(ICU_CXXFLAGS)