diff options
author | jan Iversen <jani@libreoffice.org> | 2017-06-12 17:30:49 +0200 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2017-06-12 18:07:58 +0200 |
commit | 2487bc42780b698bcee3572422dd3585ee845eef (patch) | |
tree | f8aafe8657db416ef7fac1ad1b34e65a8a5c9726 /external | |
parent | 659d6b468b41692ebf0645596e39744f2e90621e (diff) |
iOS hyphen patch
Added support for arm64
Change-Id: Ie48a463b0f0a8af98001fed592d59a8e7b0d0225
Diffstat (limited to 'external')
-rw-r--r-- | external/hyphen/UnpackedTarball_hyphen.mk | 1 | ||||
-rw-r--r-- | external/hyphen/hyphen-iOS.patch.0 | 20 |
2 files changed, 21 insertions, 0 deletions
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-* \ |