diff options
Diffstat (limited to 'games/glestae/gcc-4.7.patch')
-rw-r--r-- | games/glestae/gcc-4.7.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/glestae/gcc-4.7.patch b/games/glestae/gcc-4.7.patch new file mode 100644 index 0000000000000..76501373401cc --- /dev/null +++ b/games/glestae/gcc-4.7.patch @@ -0,0 +1,11 @@ +diff -Naur glestae-src-0.3.93.orig/source/shared_lib/sources/physfs/MemFileOps.cpp glestae-src-0.3.93/source/shared_lib/sources/physfs/MemFileOps.cpp +--- glestae-src-0.3.93.orig/source/shared_lib/sources/physfs/MemFileOps.cpp 2011-10-05 17:48:30.000000000 +0000 ++++ glestae-src-0.3.93/source/shared_lib/sources/physfs/MemFileOps.cpp 2012-07-04 03:02:22.835956987 +0000 +@@ -16,6 +16,7 @@ + #include <stdexcept> + #include "leak_dumper.h" + #include <string.h> ++#include <stdio.h> // for SEEK_SET, SEEK_... + + namespace Shared { namespace PhysFS { + |