diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-05 16:00:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-05 16:00:11 +0000 |
commit | 793f425bb96ccc5c3cc1fb772572696c5e7f4327 (patch) | |
tree | 1eafd360209f79ae6bc15ca181cdb550d8092434 /media-sound/xineadump/files | |
parent | amd64 stable, bug #274397 (diff) | |
download | gentoo-2-793f425bb96ccc5c3cc1fb772572696c5e7f4327.tar.gz gentoo-2-793f425bb96ccc5c3cc1fb772572696c5e7f4327.tar.bz2 gentoo-2-793f425bb96ccc5c3cc1fb772572696c5e7f4327.zip |
Fix building with GCC 4.4 and force revision bump because previous ebuild was missing entire src_install.
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'media-sound/xineadump/files')
-rw-r--r-- | media-sound/xineadump/files/xineadump-0.1-gcc-4.4.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/xineadump/files/xineadump-0.1-gcc-4.4.patch b/media-sound/xineadump/files/xineadump-0.1-gcc-4.4.patch new file mode 100644 index 000000000000..f8e1ca1ef848 --- /dev/null +++ b/media-sound/xineadump/files/xineadump-0.1-gcc-4.4.patch @@ -0,0 +1,11 @@ +diff -ur xineadump.orig/src/waveencoder.cpp xineadump/src/waveencoder.cpp +--- xineadump.orig/src/waveencoder.cpp 2007-08-05 02:39:36.000000000 +0300 ++++ xineadump/src/waveencoder.cpp 2009-07-05 18:57:47.000000000 +0300 +@@ -19,6 +19,7 @@ + ***************************************************************************/ + + #include "waveencoder.h" ++#include <cstdio> + + #define WAVE_HEADER_SIZE 44 + #define PCM_BUFFER_SIZE 0x10000 // 64KB |