summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-12 21:06:21 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-12 21:06:21 +0000
commitad9dae7b9b960e80a70e84cf844cc3699ca66835 (patch)
tree7e436cd02ac2d8dae10c848bf4804eab65e375fc /media-libs/speex/files
parentfix bug so that it works on amd64 (diff)
downloadgentoo-2-ad9dae7b9b960e80a70e84cf844cc3699ca66835.tar.gz
gentoo-2-ad9dae7b9b960e80a70e84cf844cc3699ca66835.tar.bz2
gentoo-2-ad9dae7b9b960e80a70e84cf844cc3699ca66835.zip
Add patch to remove malloc.h inclusion, and mark ~x86-fbsd. Thanks to Alex Unleashed in bug #132793.
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'media-libs/speex/files')
-rw-r--r--media-libs/speex/files/speex-1.1.12-malloc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-libs/speex/files/speex-1.1.12-malloc.patch b/media-libs/speex/files/speex-1.1.12-malloc.patch
new file mode 100644
index 000000000000..a6c7003d138a
--- /dev/null
+++ b/media-libs/speex/files/speex-1.1.12-malloc.patch
@@ -0,0 +1,11 @@
+diff -Naur speex-1.1.12/libspeex/kiss_fft.h speex-1.1.12b/libspeex/kiss_fft.h
+--- speex-1.1.12/libspeex/kiss_fft.h 2005-12-22 12:14:33 +0100
++++ speex-1.1.12/libspeex/kiss_fft.h 2006-05-07 21:13:46 +0200
+@@ -5,7 +5,6 @@
+ #include <stdio.h>
+ #include <math.h>
+ #include <memory.h>
+-#include <malloc.h>
+
+ #ifdef __cplusplus
+ extern "C" {