summaryrefslogtreecommitdiff
path: root/external/mythes
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-06-13 10:30:38 +0200
committerjan Iversen <jani@libreoffice.org>2017-06-13 14:11:46 +0200
commitf46e86e42f22341cd296ac85c9ea73ec49301cda (patch)
treebe0ff5251885a54f3a67e90871340c5e07374b8c /external/mythes
parent2a365cd2739285db8a2178531c289438f51270a7 (diff)
iOS patch mythes
Support for arm64 Change-Id: Icdd07d04f82696232e66dc0f3a159e571c61dac8
Diffstat (limited to 'external/mythes')
-rw-r--r--external/mythes/UnpackedTarball_mythes.mk1
-rw-r--r--external/mythes/iOS.patch.020
2 files changed, 21 insertions, 0 deletions
diff --git a/external/mythes/UnpackedTarball_mythes.mk b/external/mythes/UnpackedTarball_mythes.mk
index 42e6524b8323..ddbb8f4827b0 100644
--- a/external/mythes/UnpackedTarball_mythes.mk
+++ b/external/mythes/UnpackedTarball_mythes.mk
@@ -14,6 +14,7 @@ $(eval $(call gb_UnpackedTarball_set_tarball,mythes,$(MYTHES_TARBALL)))
$(eval $(call gb_UnpackedTarball_add_patches,mythes,\
external/mythes/mythes-1.2.0-vanilla-th-gen-idx.patch \
external/mythes/mythes-fdo48017-wfopen.patch \
+ external/mythes/iOS.patch.0 \
))
# vim: set noet sw=4 ts=4:
diff --git a/external/mythes/iOS.patch.0 b/external/mythes/iOS.patch.0
new file mode 100644
index 000000000000..45d399177a56
--- /dev/null
+++ b/external/mythes/iOS.patch.0
@@ -0,0 +1,20 @@
+--- config.sub 2014-06-27 10:20:11.000000000 +0200
++++ config.sub 2017-06-13 10:28:35.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-* \