summaryrefslogtreecommitdiff
path: root/external/libfreehand
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-11-01 19:23:37 +0100
committerDavid Tardon <dtardon@redhat.com>2017-11-02 10:18:35 +0100
commit4c404950225e07ec7ee5275657a3192a5af79a04 (patch)
treef9ca5d2c3c5a0bc89368a4be0489bc8d4efffc3e /external/libfreehand
parent68fb7264e11cb891605fdf5037a879f7e310b109 (diff)
ICU_UCHAR_TYPE is not needed for C++11 projects
Change-Id: I089af1a67044ab9cfd767e767a15d1a66014ce2f Reviewed-on: https://gerrit.libreoffice.org/44178 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libfreehand')
-rw-r--r--external/libfreehand/ExternalProject_libfreehand.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libfreehand/ExternalProject_libfreehand.mk b/external/libfreehand/ExternalProject_libfreehand.mk
index 19d3f0e3afd9..095ba47d6719 100644
--- a/external/libfreehand/ExternalProject_libfreehand.mk
+++ b/external/libfreehand/ExternalProject_libfreehand.mk
@@ -38,7 +38,7 @@ $(call gb_ExternalProject_get_state_target,libfreehand,build) :
--disable-weffc \
$(if $(verbose),--disable-silent-rules,--enable-silent-rules) \
CXXFLAGS="$(gb_CXXFLAGS) $(if $(ENABLE_OPTIMIZED),$(gb_COMPILEROPTFLAGS),$(gb_COMPILERNOOPTFLAGS))" \
- CPPFLAGS="$(CPPFLAGS) $(BOOST_CPPFLAGS) $(ICU_UCHAR_TYPE)" \
+ CPPFLAGS="$(CPPFLAGS) $(BOOST_CPPFLAGS)" \
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
&& $(MAKE) \
)