summaryrefslogtreecommitdiff
path: root/icu/makefile.mk
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-02-20 16:54:45 +0100
committerTor Lillqvist <tml@iki.fi>2013-02-20 15:59:26 +0000
commitaeaa4fb859e2422a4952bda022e7a40ccbd86b9f (patch)
treed97f15c910e1cadcc84f42130aabef595030f696 /icu/makefile.mk
parent7063ea7cc1eadb22ac3ca6c2d54001408b60ef95 (diff)
Don't cripple the icu data
CorelDraw and MS Publisher importers use icu for conversions between 8-bit character sets and UTF8. In some cases even between UTF16 and UTF8. Thus we need the relevant data. Use the default icu-provided data for the while. Change-Id: I0f0f838cc3a0ce88b2d2a1bfd62b6c4ae98de9d3 Reviewed-on: https://gerrit.libreoffice.org/2296 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'icu/makefile.mk')
-rw-r--r--icu/makefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk
index c92d9f9e8ac4..fbe36fb15500 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -84,7 +84,8 @@ EXTRA_CDEFS+=-DU_HAVE_GCC_ATOMICS=0
# If you do that, upload a new subset data zip file with just the MD5 part of the name changed
# appropriately. Let's not bother trying to list what stuff has been removed in the file name.
# Describe it in the comment above instead.
-CONFIGURE_ACTION=unzip $(TARFILE_LOCATION)/$(ICU_DATA_SUBSET_ZIP) && mv icudt49l.dat data/in &&
+#CONFIGURE_ACTION=unzip $(TARFILE_LOCATION)/$(ICU_DATA_SUBSET_ZIP) && mv icudt49l.dat data/in &&
+CONFIGURE_ACTION=
.IF "$(GUI)"=="UNX"