summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2012-09-10 22:21:20 +0200
committer Robby Workman2012-09-10 23:35:40 +0200
commit1cb7f8278712848c6cb5ed081431ad0f8aa8419e (patch)
treee60b7c11e5e2429ea34d69852b857ec854e2d627 /games
parentb89fed3606791412dd145e67f1e1875ba26c7f7c (diff)
downloadslackbuilds-1cb7f8278712848c6cb5ed081431ad0f8aa8419e.tar.gz
games/wesnoth: Enabled a patch for gcc-4.7.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/wesnoth/wesnoth.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild
index 31b1280c49..279435fb4e 100644
--- a/games/wesnoth/wesnoth.SlackBuild
+++ b/games/wesnoth/wesnoth.SlackBuild
@@ -27,7 +27,7 @@
PRGNAM=wesnoth
VERSION=${VERSION:-1.10.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -76,7 +76,7 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
# This patch should be enabled when you used GCC 4.7.0 or above
-# patch -p0 < $CWD/terrain_translation.patch
+patch -p0 < $CWD/terrain_translation.patch
chown -R root:root .
find . \