summaryrefslogtreecommitdiffstats
path: root/games/supermariowar/supermariowar.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2014-09-08 22:29:02 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-09-08 22:29:02 +0700
commitf411e995c7c30c59c2c7ca8db9b3dfef074a6183 (patch)
tree18ae90ad7fa7dd03f633a4d23fb570386b56faec /games/supermariowar/supermariowar.SlackBuild
parentbb3e9088e5451fc966754cf01a8fec250af613ca (diff)
downloadslackbuilds-f411e995c7c30c59c2c7ca8db9b3dfef074a6183.tar.gz
slackbuilds-f411e995c7c30c59c2c7ca8db9b3dfef074a6183.tar.xz
games/supermariowar: Fix broken patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--games/supermariowar/supermariowar.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/supermariowar/supermariowar.SlackBuild b/games/supermariowar/supermariowar.SlackBuild
index c0c290fbd0..37d84ea39c 100644
--- a/games/supermariowar/supermariowar.SlackBuild
+++ b/games/supermariowar/supermariowar.SlackBuild
@@ -8,7 +8,7 @@
PRGNAM=supermariowar
VERSION=${VERSION:-r16}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -56,7 +56,7 @@ find -L . \
# C++ is a fast-moving target, code from 2009, compiler from 2014 or so.
# Also, the code got refactored and the VC++ projects updated, but the
# Makefile hadn't been (so I had to parse the VC++ project file, ugh).
-patch -p1 < $CWD/compilefixes.diff
+zcat $CWD/compilefixes.diff.gz | patch -p1
# the configure script isn't autoconf (yay), but it has CRLFs (boo)
sed -i 's,\r,,g' configure