summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamjan Jovanovic <damjan@apache.org>2019-07-08 19:51:50 +0000
committerDamjan Jovanovic <damjan@apache.org>2019-07-08 19:51:50 +0000
commite3336e2088ba1dd1d07be81188ad5696fbaad193 (patch)
tree2a5ebe805600e2cf8cd045be009e3a58915ef18d
parentb4e7c21d9ec67358ed0c57996b2691e5eeea1641 (diff)
Don't include icuversion.mk if it wasn't delivered (when using system ICU).
Fixes: #i128148# build in trunk fails because of icu. Patch by: me
Notes
Notes: ignore: obsolete
-rw-r--r--i18npool/Library_i18npool.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/Library_i18npool.mk b/i18npool/Library_i18npool.mk
index caa159764bed..25892a581575 100644
--- a/i18npool/Library_i18npool.mk
+++ b/i18npool/Library_i18npool.mk
@@ -144,7 +144,7 @@ $(WORKDIR)/CustomTarget/i18npool/source/collator/lrl_include.hxx : $(wildcard $(
# fdo#31271 ")" reclassified in more recent ICU/Unicode Standards
-include $(OUTDIR)/inc/icuversion.mk
+-include $(OUTDIR)/inc/icuversion.mk
ICU_RECLASSIFIED_BRACKET := $(shell [ ${ICU_MAJOR} -ge 5 -o \( ${ICU_MAJOR} -eq 4 -a ${ICU_MINOR} -ge 4 \) ] && echo YES)