diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-05-01 12:52:20 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-05-01 12:52:31 +0200 |
commit | ac4f5a4e66e3ef18fb91c3b4a6e50e93003e816e (patch) | |
tree | 12f5834f0882f043db2037606e6df78e9a9b3828 /quanta | |
parent | ba774e8780103d81dd9d976d7507bfe27abaa4c6 (diff) | |
download | tdewebdev-ac4f5a4e66e3ef18fb91c3b4a6e50e93003e816e.tar.gz tdewebdev-ac4f5a4e66e3ef18fb91c3b4a6e50e93003e816e.zip |
Fix FTBFS with ICU >= 58
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 23f1f6f93256304eab76cd199408b71a649d82a8)
Diffstat (limited to 'quanta')
-rw-r--r-- | quanta/parsers/dtd/Makefile.am | 1 | ||||
-rw-r--r-- | quanta/treeviews/Makefile.am | 1 |
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) |