diff options
-rw-r--r-- | games/aklabeth/aklabeth.SlackBuild | 2 | ||||
-rw-r--r-- | games/aklabeth/compilefix.diff | 11 | ||||
-rw-r--r-- | games/aklabeth/compilefix.diff.gz | bin | 0 -> 250 bytes |
3 files changed, 1 insertions, 12 deletions
diff --git a/games/aklabeth/aklabeth.SlackBuild b/games/aklabeth/aklabeth.SlackBuild index 4783e9e786..1cbdbdf635 100644 --- a/games/aklabeth/aklabeth.SlackBuild +++ b/games/aklabeth/aklabeth.SlackBuild @@ -57,7 +57,7 @@ chown -R root:root . find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ -patch -p1 < $CWD/compilefix.diff +zcat $CWD/compilefix.diff.gz | patch -p1 #--docdir=/usr/doc/$PRGNAM-$VERSION \ diff --git a/games/aklabeth/compilefix.diff b/games/aklabeth/compilefix.diff deleted file mode 100644 index 755f5404aa..0000000000 --- a/games/aklabeth/compilefix.diff +++ /dev/null @@ -1,11 +0,0 @@ -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
- {
diff --git a/games/aklabeth/compilefix.diff.gz b/games/aklabeth/compilefix.diff.gz Binary files differnew file mode 100644 index 0000000000..c64f2b18c5 --- /dev/null +++ b/games/aklabeth/compilefix.diff.gz |