diff options
Diffstat (limited to 'games/Scorched3D/Scorched3D.SlackBuild')
-rw-r--r-- | games/Scorched3D/Scorched3D.SlackBuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/Scorched3D/Scorched3D.SlackBuild b/games/Scorched3D/Scorched3D.SlackBuild index c5b296e0af..d8370b3006 100644 --- a/games/Scorched3D/Scorched3D.SlackBuild +++ b/games/Scorched3D/Scorched3D.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=Scorched3D -VERSION=43.3d +VERSION=${VERSION:-44} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,12 +71,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -#fix for glibc-2.15 http://www.scorched3d.co.uk/mantisbt/view.php?id=156 -patch -p1 -i $CWD/scorched-svn_glibc-2.15_fix.patch - -chmod +x ./autogen.sh -./autogen.sh - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |