Author: megabajt Date: Wed Jul 9 09:07:40 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix build with gcc 4.3
---- Files affected: SOURCES: ggz-server-gcc43.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/ggz-server-gcc43.patch diff -u /dev/null SOURCES/ggz-server-gcc43.patch:1.1 --- /dev/null Wed Jul 9 11:07:41 2008 +++ SOURCES/ggz-server-gcc43.patch Wed Jul 9 11:07:34 2008 @@ -0,0 +1,12 @@ +diff -urN ggz-server-0.0.14.1/game_servers/keepalive/src/world.cpp ggz-server-0.0.14.1.new/game_servers/keepalive/src/world.cpp +--- ggz-server-0.0.14.1/game_servers/keepalive/src/world.cpp 2008-01-05 20:03:01.000000000 +0100 ++++ ggz-server-0.0.14.1.new/game_servers/keepalive/src/world.cpp 2008-07-09 10:57:20.000000000 +0200 +@@ -30,7 +30,7 @@ + #include <iostream> + #include <sys/types.h> + #include <dirent.h> +-#include <string> ++#include <cstring> + + // Configuration + #include "config.h" ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
