r10793 - packages/trunk/glest/debian/patches

Siegfried-Angel Gevatter Pujals rainct-guest at alioth.debian.org
Thu Feb 11 18:38:10 UTC 2010


Author: rainct-guest
Date: 2010-02-11 18:38:09 +0000 (Thu, 11 Feb 2010)
New Revision: 10793

Modified:
   packages/trunk/glest/debian/patches/missing-cstdio-include
Log:
Regenerate missing-cstdio-include patch to fix quilt weirdness.

Modified: packages/trunk/glest/debian/patches/missing-cstdio-include
===================================================================
--- packages/trunk/glest/debian/patches/missing-cstdio-include	2010-02-11 16:15:57 UTC (rev 10792)
+++ packages/trunk/glest/debian/patches/missing-cstdio-include	2010-02-11 18:38:09 UTC (rev 10793)
@@ -1,12 +1,14 @@
 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)
+--- glest-3.2.2.orig/source/shared_lib/sources/platform/posix/socket.cpp	2010-02-11 19:40:29.000000000 +0100
++++ glest-3.2.2/source/shared_lib/sources/platform/posix/socket.cpp	2010-02-11 19:40:40.000000000 +0100
+@@ -9,7 +9,8 @@
+ #include "socket.h"
+ 
+ #include <cstring>
+-#include <cstdlib>
++#include <cstdlib>
++#include <cstdio>
+ #include <stdexcept>
+ #include <sstream>
+ #if defined(HAVE_SYS_IOCTL_H)




More information about the Pkg-games-commits mailing list