r10692 - packages/trunk/libtuxcap/debian/patches

Miriam Ruiz miriam at alioth.debian.org
Thu Jan 14 10:27:32 UTC 2010


Author: miriam
Date: 2010-01-14 10:27:32 +0000 (Thu, 14 Jan 2010)
New Revision: 10692

Added:
   packages/trunk/libtuxcap/debian/patches/includes.patch
Modified:
   packages/trunk/libtuxcap/debian/patches/series
Log:
Added patch so that it compiles in unstable (gcc 4.4)



Added: packages/trunk/libtuxcap/debian/patches/includes.patch
===================================================================
--- packages/trunk/libtuxcap/debian/patches/includes.patch	                        (rev 0)
+++ packages/trunk/libtuxcap/debian/patches/includes.patch	2010-01-14 10:27:32 UTC (rev 10692)
@@ -0,0 +1,24 @@
+Index: libtuxcap-1.4.0/tuxcap/include/MTRand.h
+===================================================================
+--- libtuxcap-1.4.0.orig/tuxcap/include/MTRand.h	2010-01-14 13:16:07.000000000 +0100
++++ libtuxcap-1.4.0/tuxcap/include/MTRand.h	2010-01-14 13:22:34.000000000 +0100
+@@ -2,6 +2,7 @@
+ #define __MTRAND_H__
+ 
+ #include <string>
++#include <stdint.h>
+ 
+ namespace Sexy
+ {
+Index: libtuxcap-1.4.0/tuxcap/include/ImageLib.h
+===================================================================
+--- libtuxcap-1.4.0.orig/tuxcap/include/ImageLib.h	2010-01-14 13:22:40.000000000 +0100
++++ libtuxcap-1.4.0/tuxcap/include/ImageLib.h	2010-01-14 13:22:54.000000000 +0100
+@@ -2,6 +2,7 @@
+ #define __IMAGELIB_H__
+ 
+ #include <string>
++#include <stdint.h>
+ 
+ namespace ImageLib
+ {

Modified: packages/trunk/libtuxcap/debian/patches/series
===================================================================
--- packages/trunk/libtuxcap/debian/patches/series	2010-01-14 09:59:21 UTC (rev 10691)
+++ packages/trunk/libtuxcap/debian/patches/series	2010-01-14 10:27:32 UTC (rev 10692)
@@ -2,3 +2,4 @@
 no_fsck_32bit_colors.patch
 particles_res.patch
 abs_dirs.patch
+includes.patch




More information about the Pkg-games-commits mailing list