From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- media-libs/sdl-mixer/files/sdl-mixer-1.2.12-clang.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 media-libs/sdl-mixer/files/sdl-mixer-1.2.12-clang.patch (limited to 'media-libs/sdl-mixer/files/sdl-mixer-1.2.12-clang.patch') diff --git a/media-libs/sdl-mixer/files/sdl-mixer-1.2.12-clang.patch b/media-libs/sdl-mixer/files/sdl-mixer-1.2.12-clang.patch new file mode 100644 index 000000000000..3c462bd97088 --- /dev/null +++ b/media-libs/sdl-mixer/files/sdl-mixer-1.2.12-clang.patch @@ -0,0 +1,11 @@ +--- SDL_mixer-1.2.12.orig/music_mad.c ++++ SDL_mixer-1.2.12/music_mad.c +@@ -224,7 +224,7 @@ + if ((mp3_mad->status & MS_playing) == 0) { + /* We're not supposed to be playing, so send silence instead. */ + memset(stream, 0, len); +- return; ++ return 0; + } + + out = stream; -- cgit v1.2.3