r7101 - packages/trunk/kikithebot/debian/patches

Peter De Wachter pdewacht-guest at alioth.debian.org
Sun May 18 20:32:14 UTC 2008


Author: pdewacht-guest
Date: 2008-05-18 20:32:14 +0000 (Sun, 18 May 2008)
New Revision: 7101

Added:
   packages/trunk/kikithebot/debian/patches/missing-includes.patch
Modified:
   packages/trunk/kikithebot/debian/patches/series
Log:
missing includes for g++ 4.3


Added: packages/trunk/kikithebot/debian/patches/missing-includes.patch
===================================================================
--- packages/trunk/kikithebot/debian/patches/missing-includes.patch	                        (rev 0)
+++ packages/trunk/kikithebot/debian/patches/missing-includes.patch	2008-05-18 20:32:14 UTC (rev 7101)
@@ -0,0 +1,51 @@
+--- a/kodilib/src/handler/KPickable.h
++++ b/kodilib/src/handler/KPickable.h
+@@ -8,6 +8,7 @@
+ 
+ #include "KIntrospection.h"
+ #include <vector>
++#include <limits.h>
+ 
+ #define DEBUG_PICKING		false
+ 
+--- a/kodilib/src/tools/KIntrospection.h
++++ b/kodilib/src/tools/KIntrospection.h
+@@ -11,6 +11,7 @@
+ #endif
+ 
+ #include <string>
++#include <string.h>
+ 
+ // --------------------------------------------------------------------------------------------------------
+ class KClassInfo
+--- a/kodilib/src/tools/KStringTools.cpp
++++ b/kodilib/src/tools/KStringTools.cpp
+@@ -6,7 +6,7 @@
+ #include "KStringTools.h"
+ #include "KVector.h"
+ 
+-#include <sys/types.h> 	// INT_MAX
++#include <limits.h> // INT_MAX
+ #include <stdio.h>
+ 
+ // --------------------------------------------------------------------------------------------------------
+--- a/kodilib/src/tools/KStringTools.h
++++ b/kodilib/src/tools/KStringTools.h
+@@ -9,6 +9,7 @@
+ #include <string>
+ #include <vector>
+ #include <stdarg.h>
++#include <string.h>
+ 
+ // --------------------------------------------------------------------------------------------------------
+ 
+--- a/kodilib/src/tools/KXMLTools.cpp
++++ b/kodilib/src/tools/KXMLTools.cpp
+@@ -7,6 +7,7 @@
+ #include "KConsole.h"
+ #include "KSeparatedMatrix.h"
+ #include <stdio.h>
++#include <stdlib.h>
+ 
+ // --------------------------------------------------------------------------------------------------------
+ std::string kXMLTag ( const std::string & name, const std::string & attributes, int depth )

Modified: packages/trunk/kikithebot/debian/patches/series
===================================================================
--- packages/trunk/kikithebot/debian/patches/series	2008-05-18 20:15:57 UTC (rev 7100)
+++ packages/trunk/kikithebot/debian/patches/series	2008-05-18 20:32:14 UTC (rev 7101)
@@ -1,8 +1,7 @@
 from-upstream-cvs.patch
 directories.patch
 Makefile.patch
-fix-french-translation.patch
-fix-dutch-translation.patch
+missing-includes.patch
 portability-64bit.patch
 gcc-const-correctness.patch
 gcc-annoying-warnings.patch
@@ -15,3 +14,5 @@
 dont-leak-menu-objects.patch
 look-up-down.patch
 turn-and-exit-level.patch
+fix-french-translation.patch
+fix-dutch-translation.patch




More information about the Pkg-games-commits mailing list