summaryrefslogtreecommitdiffstats
path: root/games/glestae/gcc-4.7.patch
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2012-08-10 10:47:21 -0500
committer Robby Workman <rworkman@slackbuilds.org>2012-08-10 10:47:21 -0500
commit61faa4269316cf56e6ece673a7324d1cb93c4c9f (patch)
tree75da00c72de90c8c1675f9ae742bc0f8b4015781 /games/glestae/gcc-4.7.patch
parent1b8842c8868030a9b38860fce1cce3b3d5997963 (diff)
downloadslackbuilds-61faa4269316cf56e6ece673a7324d1cb93c4c9f.tar.gz
slackbuilds-61faa4269316cf56e6ece673a7324d1cb93c4c9f.tar.xz
games/glestae: Included patches for gcc47 and libpng15
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/glestae/gcc-4.7.patch')
-rw-r--r--games/glestae/gcc-4.7.patch11
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 0000000000..7650137340
--- /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 {
+