Author: evgeni Date: 2012-05-14 20:03:01 +0000 (Mon, 14 May 2012) New Revision: 13554
Modified: packages/trunk/sdl-ball/debian/patches/gcc-4.7-ftbfs.patch Log: dos newlines *grrr* Modified: packages/trunk/sdl-ball/debian/patches/gcc-4.7-ftbfs.patch =================================================================== --- packages/trunk/sdl-ball/debian/patches/gcc-4.7-ftbfs.patch 2012-05-14 20:00:47 UTC (rev 13553) +++ packages/trunk/sdl-ball/debian/patches/gcc-4.7-ftbfs.patch 2012-05-14 20:03:01 UTC (rev 13554) @@ -1,11 +1,11 @@ --- sdl-ball-1.01.orig/main.cpp +++ sdl-ball-1.01/main.cpp @@ -31,7 +31,7 @@ - #include <vector> - #include <sys/time.h> - #include <sys/stat.h> -- -+#include <unistd.h> - #include <dirent.h> - - #ifdef WIN32 + #include <vector> + #include <sys/time.h> + #include <sys/stat.h> +- ++#include <unistd.h> + #include <dirent.h> + + #ifdef WIN32 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

