diff options
author | Heiko Rosemann <heiko.rosemann@web.de> | 2020-06-15 15:48:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-15 15:48:09 +0700 |
commit | 31ad350a89e608aba12893c4873d2867e7fe6481 (patch) | |
tree | 0570e39f065335a24fb4b3b508e7f7f7dce6ba1d /games/openttd/openttd.SlackBuild | |
parent | 3e5201b44a712b68870c82bff6289f5f630df492 (diff) | |
download | slackbuilds-31ad350a89e608aba12893c4873d2867e7fe6481.tar.gz |
games/openttd: Updated for version 1.10.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/openttd/openttd.SlackBuild')
-rw-r--r-- | games/openttd/openttd.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/openttd/openttd.SlackBuild b/games/openttd/openttd.SlackBuild index 2430a7d97a..5e9956d310 100644 --- a/games/openttd/openttd.SlackBuild +++ b/games/openttd/openttd.SlackBuild @@ -4,6 +4,7 @@ # Copyright 2007-2010 Chess Griffin <chess@chessgriffin.com> # Copyright 2011-2014 LEVAI Daniel +# Copyright 2020 Heiko Rosemann # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,11 +25,11 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openttd -VERSION=${VERSION:-1.6.1} +VERSION=${VERSION:-1.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -OPENGFX=0.5.2 +OPENGFX=0.6.0 OPENSFX=0.2.3 OPENMSX=0.3.1 @@ -59,7 +60,7 @@ elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" + SLKCFLAGS="-O2 -fPIC " LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" |