summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-20 17:50:22 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:35:28 +0200
commit534b69a7d6e62f962c180d8728fc876b94b292be (patch)
tree1d39cd03644838f62822f937ea921755c5c1626e /scp2
parent86d2a9d3c4b61118aed2fa97dcff9df36557bc84 (diff)
fix copy-and-paste bug
Change-Id: I236165572652d7740d637ac19994aca549f501bb
Diffstat (limited to 'scp2')
-rw-r--r--scp2/InstallModule_ooo.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index 927c4e1d2f34..79bb78000f67 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -177,6 +177,10 @@ $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\
))
endif
+ifneq ($(SYSTEM_ICU),YES)
+include $(OUTDIR)/inc/icuversion.mk
+endif
+
$(eval $(call gb_InstallModule_add_defs,scp2/ooo,\
-DICU_MAJOR=$(ICU_MAJOR) \
-DICU_MINOR=$(ICU_MINOR) \