diff options
Diffstat (limited to 'games/tmw/tmw.SlackBuild')
-rw-r--r-- | games/tmw/tmw.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/tmw/tmw.SlackBuild b/games/tmw/tmw.SlackBuild index 40c034847b..7f53378a65 100644 --- a/games/tmw/tmw.SlackBuild +++ b/games/tmw/tmw.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=tmw VERSION=0.0.29.1 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -67,6 +67,8 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . +patch -p0 < $CWD/tmw-0.0.29.1-gcc45.patch + CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ |