summaryrefslogtreecommitdiffstats
path: root/redhat/extras/akode/akode-2.0.2-gcc43.patch
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-09-17 23:25:29 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2014-09-17 23:25:29 +0200
commit27561d8393bd11d6604163e40de3a16d511c34b2 (patch)
tree275865da49804176834a1b7900a1ea11b666a624 /redhat/extras/akode/akode-2.0.2-gcc43.patch
parentb630ff2dbb219979d7b558db3b599af3d408e488 (diff)
downloadtde-packaging-27561d8393bd11d6604163e40de3a16d511c34b2.tar.gz
tde-packaging-27561d8393bd11d6604163e40de3a16d511c34b2.zip
Update Akode
Diffstat (limited to 'redhat/extras/akode/akode-2.0.2-gcc43.patch')
-rw-r--r--redhat/extras/akode/akode-2.0.2-gcc43.patch46
1 files changed, 0 insertions, 46 deletions
diff --git a/redhat/extras/akode/akode-2.0.2-gcc43.patch b/redhat/extras/akode/akode-2.0.2-gcc43.patch
deleted file mode 100644
index b4491eb3e..000000000
--- a/redhat/extras/akode/akode-2.0.2-gcc43.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-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 2006-11-06 07:20:52.000000000 -0600
-+++ akode-2.0.2/akode/akodeplay/akodeplay.cpp 2008-02-12 17:28:00.000000000 -0600
-@@ -25,6 +25,7 @@
- #include "../lib/sink.h"
- #include "../lib/decoder.h"
-
-+#include <stdlib.h>
- #ifdef HAVE_GNU_GETOPT
- #include <getopt.h>
- #else
-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 2006-11-05 08:37:48.000000000 -0600
-+++ akode-2.0.2/akode/lib/player.cpp 2008-02-12 17:10:58.000000000 -0600
-@@ -21,6 +21,7 @@
- #include <pthread.h>
- #include <semaphore.h>
- #include <assert.h>
-+#include <string.h>
-
- #include "audioframe.h"
- #include "audiobuffer.h"
-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-02-12 16:52:26.000000000 -0600
-+++ akode-2.0.2/akode/lib/magic.cpp 2008-02-12 17:16:54.000000000 -0600
-@@ -21,6 +21,8 @@
- #include "akodelib.h"
- #include "magic.h"
- #include "file.h"
-+#include <stdlib.h>
-+#include <string.h>
- #include <iostream>
- using std::cerr;
-
-diff -up akode-2.0.2/akode/lib/akode_export.h.in.gcc43 akode-2.0.2/akode/lib/akode_export.h.in
-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 2005-10-26 08:50:29.000000000 -0500
-+++ akode-2.0.2/akode/lib/auto_sink.cpp 2008-02-12 16:57:18.000000000 -0600
-@@ -21,6 +21,7 @@
- #include "audioframe.h"
- #include "auto_sink.h"
-
-+#include <stdlib.h>
- #include <iostream>
-
- namespace aKode {