summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-09-17 00:26:14 +0000
committerTim Harder <radhermit@gentoo.org>2011-09-17 00:26:14 +0000
commitcc0b1c0cfd4c5c3f9a6f2afacff62cc09aadd8be (patch)
tree924d790738e5ac4a8845cbb1cadf960038d5b42e /media-sound/mpd/files
parentSupport mplayer or mplayer2, bug 361115 (diff)
downloadgentoo-2-cc0b1c0cfd4c5c3f9a6f2afacff62cc09aadd8be.tar.gz
gentoo-2-cc0b1c0cfd4c5c3f9a6f2afacff62cc09aadd8be.tar.bz2
gentoo-2-cc0b1c0cfd4c5c3f9a6f2afacff62cc09aadd8be.zip
Fix build with audiofile-0.3.0 (bug #383231).
(Portage version: 2.2.0_alpha58/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/mpd/files')
-rw-r--r--media-sound/mpd/files/mpd-0.16.4-include-stdio.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/media-sound/mpd/files/mpd-0.16.4-include-stdio.patch b/media-sound/mpd/files/mpd-0.16.4-include-stdio.patch
new file mode 100644
index 000000000000..df1cae801461
--- /dev/null
+++ b/media-sound/mpd/files/mpd-0.16.4-include-stdio.patch
@@ -0,0 +1,10 @@
+--- mpd-0.16.4/src/decoder/audiofile_decoder_plugin.c.orig
++++ mpd-0.16.4/src/decoder/audiofile_decoder_plugin.c
+@@ -25,6 +25,7 @@
+ #include <af_vfs.h>
+ #include <assert.h>
+ #include <glib.h>
++#include <stdio.h>
+
+ #undef G_LOG_DOMAIN
+ #define G_LOG_DOMAIN "audiofile"