r10786 - packages/trunk/glest/debian/patches

Siegfried-Angel Gevatter Pujals rainct-guest at alioth.debian.org
Thu Feb 4 13:55:17 UTC 2010


Author: rainct-guest
Date: 2010-02-04 13:55:15 +0000 (Thu, 04 Feb 2010)
New Revision: 10786

Added:
   packages/trunk/glest/debian/patches/missing-cstdio-include
Log:
Meh. Add the missing patch!!


Added: packages/trunk/glest/debian/patches/missing-cstdio-include
===================================================================
--- packages/trunk/glest/debian/patches/missing-cstdio-include	                        (rev 0)
+++ packages/trunk/glest/debian/patches/missing-cstdio-include	2010-02-04 13:55:15 UTC (rev 10786)
@@ -0,0 +1,12 @@
+Index: glest-3.2.2/source/shared_lib/sources/platform/posix/socket.cpp
+===================================================================
+--- glest-3.2.2.orig/source/shared_lib/sources/platform/posix/socket.cpp	2009-04-02 12:49:26.000000000 -0500
++++ glest-3.2.2/source/shared_lib/sources/platform/posix/socket.cpp	2009-05-14 17:46:03.984885461 -0500
+@@ -10,6 +10,7 @@
+ 
+ #include <cstring>
+ #include <cstdlib>
++#include <cstdio>
+ #include <stdexcept>
+ #include <sstream>
+ #if defined(HAVE_SYS_IOCTL_H)




More information about the Pkg-games-commits mailing list