]> git.pld-linux.org Git - packages/akode.git/commitdiff
- more fixes from gentoo
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 20 Aug 2008 20:57:51 +0000 (20:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    akode-gcc4.patch -> 1.2

akode-gcc4.patch

index 0c96c734eea004de9c78d8b6014f9d598c1386c9..2ff53c48a21cd1a71a3c687816782c3dbdad4648 100644 (file)
@@ -9,3 +9,48 @@
          void *client_data)
  {
      FLACDecoder::private_data *data = (FLACDecoder::private_data*)client_data;
          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 <stdlib.h>
+ #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 <string.h>
+ #include <pthread.h>
+ #include <semaphore.h>
+ #include <assert.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-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 <string.h>
+ #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 <stdlib.h>
+ #include <iostream>
+ #include "../lib/akodelib.h"
This page took 0.034534 seconds and 4 git commands to generate.