rev 6351 - trunk/packages/akode/debian/patches

Sune Vuorela pusling-guest at alioth.debian.org
Fri May 25 23:05:30 UTC 2007


Author: pusling-guest
Date: 2007-05-25 23:05:30 +0000 (Fri, 25 May 2007)
New Revision: 6351

Added:
   trunk/packages/akode/debian/patches/11_gcc_4.3_fix.diff
Log:
add gcc4.3 fix


Added: trunk/packages/akode/debian/patches/11_gcc_4.3_fix.diff
===================================================================
--- trunk/packages/akode/debian/patches/11_gcc_4.3_fix.diff	                        (rev 0)
+++ trunk/packages/akode/debian/patches/11_gcc_4.3_fix.diff	2007-05-25 23:05:30 UTC (rev 6351)
@@ -0,0 +1,22 @@
+--- akode/lib/auto_sink.cpp~	2007-04-01 14:45:16.000000000 +0000
++++ akode/lib/auto_sink.cpp	2007-04-01 14:45:23.000000000 +0000
+@@ -21,6 +21,7 @@
+ #include "audioframe.h"
+ #include "auto_sink.h"
+ 
++#include <cstdlib>
+ #include <iostream>
+ 
+ namespace aKode {
+--- akode/akodeplay/akodeplay.cpp~	2007-04-01 14:45:59.000000000 +0000
++++ akode/akodeplay/akodeplay.cpp	2007-04-01 14:46:06.000000000 +0000
+@@ -25,6 +25,8 @@
+ #include "../lib/sink.h"
+ #include "../lib/decoder.h"
+ 
++#include <cstdlib>
++
+ #ifdef HAVE_GNU_GETOPT
+   #include <getopt.h>
+ #else
+




More information about the pkg-kde-commits mailing list