diff options
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" \ |