[Libreoffice-commits] core.git: external/hyphen

jan Iversen jani at libreoffice.org
Mon Jun 12 16:10:18 UTC 2017


 external/hyphen/UnpackedTarball_hyphen.mk |    1 +
 external/hyphen/hyphen-iOS.patch.0        |   20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

New commits:
commit 2487bc42780b698bcee3572422dd3585ee845eef
Author: jan Iversen <jani at libreoffice.org>
Date:   Mon Jun 12 17:30:49 2017 +0200

    iOS hyphen patch
    
    Added support for arm64
    
    Change-Id: Ie48a463b0f0a8af98001fed592d59a8e7b0d0225

diff --git a/external/hyphen/UnpackedTarball_hyphen.mk b/external/hyphen/UnpackedTarball_hyphen.mk
index 0f41367756b6..c2cbe7f1040b 100644
--- a/external/hyphen/UnpackedTarball_hyphen.mk
+++ b/external/hyphen/UnpackedTarball_hyphen.mk
@@ -14,6 +14,7 @@ $(eval $(call gb_UnpackedTarball_set_tarball,hyphen,$(HYPHEN_TARBALL)))
 $(eval $(call gb_UnpackedTarball_add_patches,hyphen,\
 	external/hyphen/hyphen-build.patch \
 	external/hyphen/hyphen-fdo48017-wfopen.patch \
+	external/hyphen/hyphen-iOS.patch.0 \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/external/hyphen/hyphen-iOS.patch.0 b/external/hyphen/hyphen-iOS.patch.0
new file mode 100644
index 000000000000..9e578338b858
--- /dev/null
+++ b/external/hyphen/hyphen-iOS.patch.0
@@ -0,0 +1,20 @@
+--- config.sub	2014-06-27 10:59:40.000000000 +0200
++++ config.sub	2017-06-12 17:03:16.000000000 +0200
+@@ -257,7 +257,7 @@
+ 	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
+ 	| am33_2.0 \
+ 	| arc \
+-	| arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
++	| arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] | arm64 \
+ 	| avr | avr32 \
+ 	| be32 | be64 \
+ 	| bfin \
+@@ -370,7 +370,7 @@
+ 	| alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
+ 	| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
+ 	| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
+-	| arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
++	| arm-*  | armbe-* | armle-* | armeb-* | armv*-* | arm64-* \
+ 	| avr-* | avr32-* \
+ 	| be32-* | be64-* \
+ 	| bfin-* | bs2000-* \


More information about the Libreoffice-commits mailing list