From: Arkadiusz Miƛkiewicz Date: Wed, 20 Aug 2008 20:57:51 +0000 (+0000) Subject: - more fixes from gentoo X-Git-Tag: auto/th/akode-2_0_2-4~1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fakode.git;a=commitdiff_plain;h=b7497c57e22d0ac095584139a514d120f336231c;hp=6a40a3d4b85db1686a60f260bf2b60afc7a2bb59 - more fixes from gentoo Changed files: akode-gcc4.patch -> 1.2 --- diff --git a/akode-gcc4.patch b/akode-gcc4.patch index 0c96c73..2ff53c4 100644 --- a/akode-gcc4.patch +++ b/akode-gcc4.patch @@ -9,3 +9,48 @@ void *client_data) { FLACDecoder::private_data *data = (FLACDecoder::private_data*)client_data; + +diff -up akode-2.0.2/akode/lib/auto_sink.cpp.gcc43~ akode-2.0.2/akode/lib/auto_sink.cpp +--- akode-2.0.2/akode/lib/auto_sink.cpp.gcc43~ 2008-01-13 08:54:32.000000000 +0000 ++++ akode-2.0.2/akode/lib/auto_sink.cpp 2008-01-13 08:54:32.000000000 +0000 +@@ -18,6 +18,7 @@ + Boston, MA 02110-1301, USA. + */ + ++#include + #include "audioframe.h" + #include "auto_sink.h" + +diff -up akode-2.0.2/akode/lib/player.cpp.gcc43~ akode-2.0.2/akode/lib/player.cpp +--- akode-2.0.2/akode/lib/player.cpp.gcc43~ 2008-01-13 08:54:35.000000000 +0000 ++++ akode-2.0.2/akode/lib/player.cpp 2008-01-13 08:54:35.000000000 +0000 +@@ -18,6 +18,7 @@ + Boston, MA 02110-1301, USA. + */ + ++#include + #include + #include + #include +diff -up akode-2.0.2/akode/lib/magic.cpp.gcc43~ akode-2.0.2/akode/lib/magic.cpp +--- akode-2.0.2/akode/lib/magic.cpp.gcc43~ 2008-01-13 08:54:36.000000000 +0000 ++++ akode-2.0.2/akode/lib/magic.cpp 2008-01-13 08:54:36.000000000 +0000 +@@ -18,6 +18,7 @@ + Boston, MA 02110-1301, USA. + */ + ++#include + #include "akodelib.h" + #include "magic.h" + #include "file.h" +diff -up akode-2.0.2/akode/akodeplay/akodeplay.cpp.gcc43~ akode-2.0.2/akode/akodeplay/akodeplay.cpp +--- akode-2.0.2/akode/akodeplay/akodeplay.cpp.gcc43~ 2008-01-13 08:54:53.000000000 +0000 ++++ akode-2.0.2/akode/akodeplay/akodeplay.cpp 2008-01-13 08:54:53.000000000 +0000 +@@ -18,6 +18,7 @@ + Boston, MA 02110-1301, USA. + */ + ++#include + #include + + #include "../lib/akodelib.h"