diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-03-23 12:32:31 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-03-30 14:23:14 +0000 |
commit | ce9bf0f868304a95ace987f90dcf2466e70bfe51 (patch) | |
tree | 8575d8b0e78cf21b9c8494d49f1c01b3b77d5f89 /libmspub | |
parent | 428ae24e55b1b2d7c9578d0e8ac58bb8e202c3be (diff) |
upgrade icu to 51.1
Change-Id: I1c0d5ca4b2f88ca48225fcdbeb978f27fa91f7a6
Reviewed-on: https://gerrit.libreoffice.org/2953
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Peter Foley <pefoley2@verizon.net>
Diffstat (limited to 'libmspub')
-rw-r--r-- | libmspub/ExternalProject_libmspub.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libmspub/ExternalProject_libmspub.mk b/libmspub/ExternalProject_libmspub.mk index bd93b4000e2d..b9f4df17020a 100644 --- a/libmspub/ExternalProject_libmspub.mk +++ b/libmspub/ExternalProject_libmspub.mk @@ -27,7 +27,9 @@ $(eval $(call gb_ExternalProject_use_externals,libmspub,\ $(call gb_ExternalProject_get_state_target,libmspub,build) : $(call gb_ExternalProject_run,build,\ export PKG_CONFIG="" \ - && export ICU_LIBS=" " && export ICU_CFLAGS="-I$(OUTDIR)/inc/external" \ + && export ICU_LIBS=" " \ + && export ICU_CFLAGS="$(ISYSTEM)$(call gb_UnpackedTarball_get_dir,icu)/source/i18n \ + $(ISYSTEM)$(call gb_UnpackedTarball_get_dir,icu)/source/common" \ && export LIBMSPUB_CFLAGS="$(WPG_CFLAGS) $(WPD_CFLAGS)" \ && export LIBMSPUB_LIBS="$(WPG_LIBS) $(WPD_LIBS)" \ && ./configure \ |