summaryrefslogtreecommitdiffstats
path: root/games/xmoto/xmoto.SlackBuild
diff options
context:
space:
mode:
author Alex Word2011-06-04 05:03:27 +0200
committer Robby Workman2011-06-13 07:34:32 +0200
commit56565699b73b195c7d53e4deb7eda22275fa317d (patch)
treeac279a6d29d4bb7423b88fabc4e9d8bc5fe40b09 /games/xmoto/xmoto.SlackBuild
parent4aabb8ad50ff9da6beb2fd8ebf762a4e5a7436f7 (diff)
downloadslackbuilds-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.SlackBuild7
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" \