summaryrefslogtreecommitdiffstats
path: root/games/aklabeth/compilefix.diff
diff options
context:
space:
mode:
author B. Watson2016-08-15 01:36:47 +0200
committer David Spencer2016-08-15 01:36:47 +0200
commit06b1260579bc185748fe93415b0590021ffabf20 (patch)
tree8ad2b4c7527d03c6c21d9e2ad10674596cba390c /games/aklabeth/compilefix.diff
parentd1701a692900b0384123dd0960d35e8a0454ec72 (diff)
downloadslackbuilds-06b1260579bc185748fe93415b0590021ffabf20.tar.gz
games/aklabeth: Added (remake of Richard Garriott's Ultima prequel).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/aklabeth/compilefix.diff')
-rw-r--r--games/aklabeth/compilefix.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/aklabeth/compilefix.diff b/games/aklabeth/compilefix.diff
new file mode 100644
index 0000000000..755f5404aa
--- /dev/null
+++ b/games/aklabeth/compilefix.diff
@@ -0,0 +1,11 @@
+diff -Naur aklabeth-1.0.orig/src/sdw.hxx aklabeth-1.0/src/sdw.hxx
+--- aklabeth-1.0.orig/src/sdw.hxx 2004-05-29 09:14:52.000000000 -0400
++++ aklabeth-1.0/src/sdw.hxx 2016-08-14 01:27:48.025900560 -0400
+@@ -19,6 +19,7 @@
+
+ #include <iostream>
+ #include <string>
++#include <cstdlib>
+
+ namespace SDLWrapper // It's all nicely in a namespace SDLWrapper
+ {