summaryrefslogtreecommitdiffstats
path: root/games/widelands/widelands-gcc47.patch
diff options
context:
space:
mode:
author Heinz Wiesinger2012-09-04 14:34:09 +0200
committer Robby Workman2012-09-05 06:50:26 +0200
commitc4a3c42e0fe20b63ffe707e2179d253dcffc1c33 (patch)
tree15ce7305236487f4e9d85171490692db4217357b /games/widelands/widelands-gcc47.patch
parentd24750f2f93aa4d56d46ddc12f1475ebac2a648f (diff)
downloadslackbuilds-c4a3c42e0fe20b63ffe707e2179d253dcffc1c33.tar.gz
games/widelands: Updated for version build17.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'games/widelands/widelands-gcc47.patch')
-rw-r--r--games/widelands/widelands-gcc47.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/widelands/widelands-gcc47.patch b/games/widelands/widelands-gcc47.patch
new file mode 100644
index 0000000000..9ea19c3571
--- /dev/null
+++ b/games/widelands/widelands-gcc47.patch
@@ -0,0 +1,12 @@
+=== modified file 'src/main.cc'
+--- src/main.cc 2012-02-15 21:25:34 +0000
++++ src/main.cc 2012-05-02 07:43:01 +0000
+@@ -28,6 +28,7 @@
+ #include <iostream>
+ #include <stdexcept>
+ #include <typeinfo>
++#include <unistd.h>
+
+ #include <SDL_main.h>
+
+