summaryrefslogtreecommitdiffstats
path: root/games/supertux2/supertux2.SlackBuild
diff options
context:
space:
mode:
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 \