diff options
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 |
commit | f411e995c7c30c59c2c7ca8db9b3dfef074a6183 (patch) | |
tree | 18ae90ad7fa7dd03f633a4d23fb570386b56faec /games/supermariowar/supermariowar.SlackBuild | |
parent | bb3e9088e5451fc966754cf01a8fec250af613ca (diff) | |
download | slackbuilds-f411e995c7c30c59c2c7ca8db9b3dfef074a6183.tar.gz |
games/supermariowar: Fix broken patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/supermariowar/supermariowar.SlackBuild')
-rw-r--r-- | games/supermariowar/supermariowar.SlackBuild | 4 |
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 |