summaryrefslogtreecommitdiff
path: root/external/libebook
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-06-12 17:51:58 +0200
committerjan Iversen <jani@libreoffice.org>2017-06-12 18:13:51 +0200
commite42791983bae196d648b7f83336336c31487889e (patch)
tree9270033b92c6a445b7273ef24b7e1a32f7f95e81 /external/libebook
parentca0bcd62b986a5d63e263cb95ccb325a5191269c (diff)
iOS patch libebook
support for arm64 Change-Id: Ia3d9f63608fa62e26d93da15d882094dbee19e29
Diffstat (limited to 'external/libebook')
-rw-r--r--external/libebook/UnpackedTarball_libebook.mk4
-rw-r--r--external/libebook/iOS.patch.021
2 files changed, 25 insertions, 0 deletions
diff --git a/external/libebook/UnpackedTarball_libebook.mk b/external/libebook/UnpackedTarball_libebook.mk
index 094d4e93839c..250d059efec4 100644
--- a/external/libebook/UnpackedTarball_libebook.mk
+++ b/external/libebook/UnpackedTarball_libebook.mk
@@ -26,4 +26,8 @@ $(eval $(call gb_UnpackedTarball_add_patches,libebook, \
endif
endif
+$(eval $(call gb_UnpackedTarball_add_patches,libebook, \
+ external/libebook/iOS.patch.0 \
+))
+
# vim: set noet sw=4 ts=4:
diff --git a/external/libebook/iOS.patch.0 b/external/libebook/iOS.patch.0
new file mode 100644
index 000000000000..325b928913e1
--- /dev/null
+++ b/external/libebook/iOS.patch.0
@@ -0,0 +1,21 @@
+--- config.sub 2013-06-15 20:18:09.000000000 +0200
++++ config.sub 2017-06-12 17:51:02.000000000 +0200
+@@ -253,7 +253,8 @@
+ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
+ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
+ | am33_2.0 \
+- | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
++ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | arm64 \
++ | avr | avr32 \
+ | be32 | be64 \
+ | bfin \
+ | c4x | clipper \
+@@ -365,7 +366,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-* \