From 1cb7f8278712848c6cb5ed081431ad0f8aa8419e Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 10 Sep 2012 22:21:20 +0200 Subject: games/wesnoth: Enabled a patch for gcc-4.7.x. Signed-off-by: Matteo Bernardini --- games/wesnoth/wesnoth.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/wesnoth') 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 . \ -- cgit v1.2.3