media-libs/libtiger: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Fri, 30 Dec 2016 14:21:23 +0000 (15:21 +0100)
committerDavid Seifert <soap@gentoo.org>
Wed, 4 Jan 2017 10:13:33 +0000 (12:13 +0200)
Closes: https://github.com/gentoo/gentoo/pull/3286

media-libs/libtiger/files/libtiger-0.3.3-check.patch [deleted file]

diff --git a/media-libs/libtiger/files/libtiger-0.3.3-check.patch b/media-libs/libtiger/files/libtiger-0.3.3-check.patch
deleted file mode 100644 (file)
index bcb32b6..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-http://git.xiph.org/?p=users/oggk/tiger.git;a=commitdiff;h=3233686e501163f38cc28425827b901e258bfcc3
-fixes tests on eg arm.
-
-Index: libtiger-0.3.3/Makefile.in
-===================================================================
---- libtiger-0.3.3.orig/Makefile.in
-+++ libtiger-0.3.3/Makefile.in
-@@ -991,8 +991,7 @@ check-local:
-       @echo " Checking Tiger namespace"
-       @! @NM@ -B lib/.libs/*.a lib/.libs/*.so \
-        | $(GREP) "^[0-9a-z]\{8\} [A-MO-Z] [^\.]" \
--       | $(GREP) -vE " (_DYNAMIC|_init|_fini|_edata|_end|__bss_start)$$" \
--       | $(GREP) -vE " _(rest|save)[fg]pr_[0-9]*(|_x)$$" \
-+       | $(GREP) -v "^.\{11\}_" \
-        | $(GREP) -v "^.\{11\}tiger_"
-       @echo " Checking memory allocation routines"
-       @! $(GREP) -EHn '[^_](malloc|realloc|free|calloc|memalign)\(' \