diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-12 21:06:21 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-12 21:06:21 +0000 |
commit | ad9dae7b9b960e80a70e84cf844cc3699ca66835 (patch) | |
tree | 7e436cd02ac2d8dae10c848bf4804eab65e375fc /media-libs/speex/files | |
parent | fix bug so that it works on amd64 (diff) | |
download | gentoo-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.patch | 11 |
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" { |