diff options
author | Alex Word <alex_word86@yahoo.com> | 2011-06-03 22:03:27 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-13 01:34:32 -0400 |
commit | 56565699b73b195c7d53e4deb7eda22275fa317d (patch) | |
tree | ac279a6d29d4bb7423b88fabc4e9d8bc5fe40b09 /games/xmoto/xmoto.SlackBuild | |
parent | 4aabb8ad50ff9da6beb2fd8ebf762a4e5a7436f7 (diff) | |
download | slackbuilds-56565699b73b195c7d53e4deb7eda22275fa317d.tar.gz |
games/xmoto: Updated for version 0.5.7.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games/xmoto/xmoto.SlackBuild')
-rw-r--r-- | games/xmoto/xmoto.SlackBuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/games/xmoto/xmoto.SlackBuild b/games/xmoto/xmoto.SlackBuild index 5279d5e235..a9f192e4ee 100644 --- a/games/xmoto/xmoto.SlackBuild +++ b/games/xmoto/xmoto.SlackBuild @@ -4,7 +4,7 @@ # Maintained by Alex Word <alex_word86@yahoo.com> PRGNAM=xmoto -VERSION=0.5.5 +VERSION=0.5.7 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -45,11 +45,6 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . -# Fix for newer libpng. -sed -i \ - -e 's:png_set_gray_1_2_4_to_8:png_set_expand_gray_1_2_4_to_8:' \ - src/image/tim_png.cpp - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ LIBS="-ldl" \ |