diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2012-09-10 22:21:20 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-10 16:35:40 -0500 |
commit | 1cb7f8278712848c6cb5ed081431ad0f8aa8419e (patch) | |
tree | e60b7c11e5e2429ea34d69852b857ec854e2d627 /games/wesnoth | |
parent | b89fed3606791412dd145e67f1e1875ba26c7f7c (diff) | |
download | slackbuilds-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/wesnoth')
-rw-r--r-- | games/wesnoth/wesnoth.SlackBuild | 4 |
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 . \ |