summaryrefslogtreecommitdiffstats
path: root/games/supertux2/supertux2.SlackBuild
diff options
context:
space:
mode:
author Robby Workman2012-09-09 06:38:19 +0200
committer Robby Workman2012-09-09 07:23:03 +0200
commit5061507edcf711942def87a259dded6699918136 (patch)
treecf26a6fa84763fd1287e56e28a03169de81851cc /games/supertux2/supertux2.SlackBuild
parent8a1a0fb2e372066d0b1a535a0151f094299257aa (diff)
downloadslackbuilds-5061507edcf711942def87a259dded6699918136.tar.gz
games/supertux2: Included several build-fix patches
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/supertux2/supertux2.SlackBuild')
-rw-r--r--games/supertux2/supertux2.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/supertux2/supertux2.SlackBuild b/games/supertux2/supertux2.SlackBuild
index 2cb25be606..d02c12473c 100644
--- a/games/supertux2/supertux2.SlackBuild
+++ b/games/supertux2/supertux2.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=supertux2
VERSION=${VERSION:-0.3.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM=supertux
@@ -71,6 +71,10 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+patch -p1 < $CWD/remove-curl-types_h-usage.patch
+patch -p1 < $CWD/supertux2-0.3.3-gcc46.patch
+patch -p1 < $CWD/supertux2-0.3.3-squirrel-gcc47.patch
+
mkdir -p build
cd build
cmake \