diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-09-20 17:35:37 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-09-20 17:35:37 +0000 |
commit | b6ef241ace2a00efb02b5a4317d631521cec978e (patch) | |
tree | 37b14dbf55256f313f30085942e0c62cd18ca15c /media-libs/libtiger/files | |
parent | Revision bump to update the conf.d file installed. When an ebuild sets the pi... (diff) | |
download | historical-b6ef241ace2a00efb02b5a4317d631521cec978e.tar.gz historical-b6ef241ace2a00efb02b5a4317d631521cec978e.tar.bz2 historical-b6ef241ace2a00efb02b5a4317d631521cec978e.zip |
Add patch from upstream to fix tests on arm
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'media-libs/libtiger/files')
-rw-r--r-- | media-libs/libtiger/files/libtiger-0.3.3-check.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/media-libs/libtiger/files/libtiger-0.3.3-check.patch b/media-libs/libtiger/files/libtiger-0.3.3-check.patch new file mode 100644 index 000000000000..bcb32b683096 --- /dev/null +++ b/media-libs/libtiger/files/libtiger-0.3.3-check.patch @@ -0,0 +1,17 @@ +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)\(' \ |