[Libreoffice-commits] .: i18npool/CustomTarget_breakiterator.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Dec 28 09:28:43 PST 2012


 i18npool/CustomTarget_breakiterator.mk |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 38c57836baeddd3276cdddd4b062f74210f470c2
Author: Peter Foley <pefoley2 at verizon.net>
Date:   Fri Dec 28 12:29:59 2012 -0500

    fix icu deps
    
    Change-Id: I1763b73e80a19244d0fd788580c825c284347a35

diff --git a/i18npool/CustomTarget_breakiterator.mk b/i18npool/CustomTarget_breakiterator.mk
index f12b94c..fd9b98c 100644
--- a/i18npool/CustomTarget_breakiterator.mk
+++ b/i18npool/CustomTarget_breakiterator.mk
@@ -33,6 +33,11 @@ i18npool_BIDIR := $(call gb_CustomTarget_get_workdir,i18npool/breakiterator)
 $(call gb_CustomTarget_get_target,i18npool/breakiterator) : \
 	$(i18npool_BIDIR)/dict_ja.cxx $(i18npool_BIDIR)/dict_zh.cxx $(i18npool_BIDIR)/OpenOffice_dat.c
 
+ifeq ($(SYSTEM_ICU),NO)
+$(call gb_CustomTarget_get_target,i18npool/breakiterator) : \
+	$(call gb_ExternalPackage_get_target,icu)
+endif
+
 $(i18npool_BIDIR)/dict_%.cxx : \
 		$(SRCDIR)/i18npool/source/breakiterator/data/%.dic \
 		$(call gb_Executable_get_target_for_build,gendict) \


More information about the Libreoffice-commits mailing list