summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-05-18 17:22:22 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-05-18 17:43:35 +0200
commitde76f1454b96bc46fb3bc212b15c5e10e4bc5b97 (patch)
tree79b6ff1f25cc4c239359a1037e28b59b221fbe7a /media-libs/opus/files
parentmedia-libs/opus: Bump to version 1.2_alpha2 (diff)
downloadgentoo-de76f1454b96bc46fb3bc212b15c5e10e4bc5b97.tar.gz
gentoo-de76f1454b96bc46fb3bc212b15c5e10e4bc5b97.tar.bz2
gentoo-de76f1454b96bc46fb3bc212b15c5e10e4bc5b97.zip
media-libs/opus: Removed old.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-libs/opus/files')
-rw-r--r--media-libs/opus/files/1.1-fix-configure.ac-shell-bug.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/media-libs/opus/files/1.1-fix-configure.ac-shell-bug.patch b/media-libs/opus/files/1.1-fix-configure.ac-shell-bug.patch
deleted file mode 100644
index e35452436259..000000000000
--- a/media-libs/opus/files/1.1-fix-configure.ac-shell-bug.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- opus-1.1.orig/configure.ac
-+++ opus-1.1/configure.ac
-@@ -333,9 +333,9 @@ AS_IF([test x"${enable_asm}" = x"yes"],[
-
- AM_CONDITIONAL([CPU_ARM], [test "$cpu_arm" = "yes"])
- AM_CONDITIONAL([OPUS_ARM_INLINE_ASM],
-- [test x"${inline_optimization:0:3}" = x"ARM"])
-+ [test x"${inline_optimization%% *}" = x"ARM"])
- AM_CONDITIONAL([OPUS_ARM_EXTERNAL_ASM],
-- [test x"${asm_optimization:0:3}" = x"ARM"])
-+ [test x"${asm_optimization%% *}" = x"ARM"])
-
- AS_IF([test x"$enable_rtcd" = x"yes"],[
- AS_IF([test x"$rtcd_support" != x"no"],[