diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2011-03-27 19:55:58 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-27 22:03:14 -0500 |
commit | 52d0a64056a266ac9924fbd49c27f3a959464ca6 (patch) | |
tree | cbd961c9c46f4a89c2136e65283c9c39460c0c64 /games/widelands/widelands.SlackBuild | |
parent | cdbd4988495b977e56569a4662d14697d4c819a8 (diff) | |
download | slackbuilds-52d0a64056a266ac9924fbd49c27f3a959464ca6.tar.gz |
games/widelands: Patched to build with gcc4.5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/widelands/widelands.SlackBuild')
-rw-r--r-- | games/widelands/widelands.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/widelands/widelands.SlackBuild b/games/widelands/widelands.SlackBuild index 5c723a914e..9b8e2b187f 100644 --- a/games/widelands/widelands.SlackBuild +++ b/games/widelands/widelands.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=widelands VERSION=build15 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -65,6 +65,8 @@ cd $PRGNAM-$VERSION-src chown -R root:root . chmod -R u+w,go+r-w,a-s . +patch -p0 < $CWD/widelands-0.15-gcc45.patch + # make locale install dir configurable localedir="WLBUILD_INSTALL_LOCALEDIR" old="$localedir \"\${CMAKE_INSTALL_PREFIX}/\${WL_INSTALL_DATADIR}/locale\"" |