summaryrefslogtreecommitdiffstats
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-03-23 12:32:31 -0400
committerPeter Foley <pefoley2@verizon.net>2013-03-30 14:23:14 +0000
commitce9bf0f868304a95ace987f90dcf2466e70bfe51 (patch)
tree8575d8b0e78cf21b9c8494d49f1c01b3b77d5f89 /RepositoryExternal.mk
parentUnbreak use of pthread condition variables (diff)
downloadcore-ce9bf0f868304a95ace987f90dcf2466e70bfe51.tar.gz
core-ce9bf0f868304a95ace987f90dcf2466e70bfe51.zip
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 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index a522ab9b9482..025fa4eb4231 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1081,9 +1081,11 @@ gb_ICU_suffix:=
endif
define gb_LinkTarget__use_icu_headers
-$(call gb_LinkTarget_use_package,$(1),icu)
+$(call gb_LinkTarget_use_unpacked,$(1),icu)
$(call gb_LinkTarget_set_include,$(1),\
- $(ISYSTEM)$(OUTDIR)/inc/external \
+ $(ISYSTEM)$(call gb_UnpackedTarball_get_dir,icu)/source \
+ $(ISYSTEM)$(call gb_UnpackedTarball_get_dir,icu)/source/i18n \
+ $(ISYSTEM)$(call gb_UnpackedTarball_get_dir,icu)/source/common \
$$(INCLUDE) \
)