summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-11-08 20:10:11 +0100
committerDavid Tardon <dtardon@redhat.com>2017-11-08 20:18:18 +0100
commit985f4d61b805e1407f1ddcdd1d90989e0049d022 (patch)
tree84852eeebee3116be8acffad10350848e0f7bbc9 /external
parent71183661e66d2e2897c999f39772a324c28a3bf7 (diff)
drop obsolete patch
Change-Id: Iabcb334fc3304c1c77e8e77826f2b665cb4daf55
Diffstat (limited to 'external')
-rw-r--r--external/libepubgen/UnpackedTarball_libepubgen.mk2
-rw-r--r--external/libepubgen/libepubgen-ios.patch.121
2 files changed, 0 insertions, 23 deletions
diff --git a/external/libepubgen/UnpackedTarball_libepubgen.mk b/external/libepubgen/UnpackedTarball_libepubgen.mk
index 312facb2bb11..0134768c57aa 100644
--- a/external/libepubgen/UnpackedTarball_libepubgen.mk
+++ b/external/libepubgen/UnpackedTarball_libepubgen.mk
@@ -18,8 +18,6 @@ epubgen_patches += libepubgen-validation3.patch.1
epubgen_patches += libepubgen-vc.patch.1
# Backport of <https://sourceforge.net/p/libepubgen/code/ci/2e9e9af9f49a78cca75d3c862c8dd4b5f7cc7eb2/> (and its deps).
epubgen_patches += libepubgen-epub3.patch.1
-# iOS patch to support arm64
-epubgen_patches += libepubgen-ios.patch.1
ifeq ($(COM_IS_CLANG),TRUE)
diff --git a/external/libepubgen/libepubgen-ios.patch.1 b/external/libepubgen/libepubgen-ios.patch.1
deleted file mode 100644
index 74ca30c47794..000000000000
--- a/external/libepubgen/libepubgen-ios.patch.1
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Naur libepubgen/config.sub libepubgen.new/config.sub
---- libepubgen/config.sub 2014-06-08 18:24:47.000000000 +0200
-+++ libepubgen.new/config.sub 2017-09-04 21:41:46.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-* \