summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2009-04-11 16:28:26 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2009-04-11 16:28:26 +0000
commitae15e323dfc97d1c75273680847c7c3fd8a3bf36 (patch)
treea0d6e9883391ed064fec294ee0fbb876e06b2ee2 /media-libs/libofa/files
parentUnmask webkit on determinated packages (diff)
downloadgentoo-2-ae15e323dfc97d1c75273680847c7c3fd8a3bf36.tar.gz
gentoo-2-ae15e323dfc97d1c75273680847c7c3fd8a3bf36.tar.bz2
gentoo-2-ae15e323dfc97d1c75273680847c7c3fd8a3bf36.zip
Fix bug 265750, failure with gcc-4.4. Thanks to Andreas Sturmlechner <andreas.sturmlechner@gmail.com> for the patch.
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libofa/files')
-rw-r--r--media-libs/libofa/files/libofa-0.9.3-gcc-4.4.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/media-libs/libofa/files/libofa-0.9.3-gcc-4.4.patch b/media-libs/libofa/files/libofa-0.9.3-gcc-4.4.patch
new file mode 100644
index 000000000000..25cab143d23f
--- /dev/null
+++ b/media-libs/libofa/files/libofa-0.9.3-gcc-4.4.patch
@@ -0,0 +1,10 @@
+--- orig-libofa-0.9.3/examples/example.cpp 2009-04-11 12:22:55.397455430 +0200
++++ libofa-0.9.3/examples/example.cpp 2009-04-11 12:25:21.466456955 +0200
+@@ -9,6 +9,7 @@
+
+ #include "protocol.h"
+
++#include <stdio.h>
+ #include <string.h>
+
+ AudioData* loadWaveFile(char *file);