078bb69
From 1d3de59ac2d12e42e12c9642bd252236a80b096b Mon Sep 17 00:00:00 2001
078bb69
Message-Id: <1d3de59ac2d12e42e12c9642bd252236a80b096b.1531842210.git.erack@redhat.com>
078bb69
From: Eike Rathke <erack@redhat.com>
078bb69
Date: Tue, 17 Jul 2018 17:37:55 +0200
078bb69
Subject: [PATCH] Use $(ICU_MAJOR) instead of hard coded (Upgrade to ICU 62.1)
078bb69
MIME-Version: 1.0
078bb69
Content-Type: multipart/mixed; boundary="------------erAck-patch-parts"
078bb69
078bb69
This is a multi-part message in MIME format.
078bb69
--------------erAck-patch-parts
078bb69
Content-Type: text/plain; charset=UTF-8; format=fixed
078bb69
Content-Transfer-Encoding: 8bit
078bb69
078bb69
078bb69
Change-Id: Ifea7072922388b2c0b7631fb809b23e2a5524a3c
078bb69
---
078bb69
 ios/CustomTarget_iOS_setup.mk | 2 +-
078bb69
 1 file changed, 1 insertion(+), 1 deletion(-)
078bb69
078bb69
078bb69
--------------erAck-patch-parts
078bb69
Content-Type: text/x-patch; name="0001-Use-ICU_MAJOR-instead-of-hard-coded-Upgrade-to-ICU-6.patch"
078bb69
Content-Transfer-Encoding: 8bit
078bb69
Content-Disposition: attachment; filename="0001-Use-ICU_MAJOR-instead-of-hard-coded-Upgrade-to-ICU-6.patch"
078bb69
078bb69
# Slightly adapted to rawhide/F29 libreoffice-6-0-6
078bb69
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
078bb69
index a0d1a18823ab..718bb8b90d46 100644
078bb69
--- a/ios/CustomTarget_iOS_setup.mk
078bb69
+++ b/ios/CustomTarget_iOS_setup.mk
078bb69
@@ -32,7 +32,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk $(SRCDIR)/ios/CustomTarget_iOS_setup.mk
078bb69
 	    > $(IOSGEN)/native-code.h
078bb69
 
078bb69
 	# generate resource files used to start/run LibreOffice
078bb69
-	cp $(WORKDIR)/UnpackedTarball/icu/source/data/in/icudt61l.dat $(IOSRES)/icudt61l.dat
078bb69
+	cp $(WORKDIR)/UnpackedTarball/icu/source/data/in/icudt$(ICU_MAJOR)l.dat $(IOSRES)/icudt$(ICU_MAJOR)l.dat
078bb69
 	cp $(INSTDIR)/program/types.rdb             $(IOSRES)/udkapi.rdb
078bb69
 	cp $(INSTDIR)/program/types/offapi.rdb      $(IOSRES)
078bb69
 	cp $(INSTDIR)/program/types/oovbaapi.rdb    $(IOSRES)
078bb69
078bb69
--------------erAck-patch-parts--
078bb69
078bb69