diff options
author | B. Watson <urchlay@slackware.uk> | 2024-02-13 08:30:15 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-17 09:07:13 +0700 |
commit | 4367ce7760ded029339e915c3f6f52bf51b9a609 (patch) | |
tree | 2c86fe20b2225274c3e418118bc620d77886825e /games/stella/stella.SlackBuild | |
parent | 069e3f3b73e1f9a1b7627ce49ba890d2834a141a (diff) |
games/stella: Updated for version 6.7.1.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/stella/stella.SlackBuild')
-rw-r--r-- | games/stella/stella.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/stella/stella.SlackBuild b/games/stella/stella.SlackBuild index 05649428400b6..746c38af04f33 100644 --- a/games/stella/stella.SlackBuild +++ b/games/stella/stella.SlackBuild @@ -8,6 +8,7 @@ # Now maintained by B. Watson <urchlay@slackware.uk> +# 20240213 bkw: update for v6.7.1. # 20230109 bkw: update for v6.7. # 20220610 bkw: update for v6.6, fix doc permissions. @@ -59,7 +60,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=stella -VERSION=${VERSION:-6.7} +VERSION=${VERSION:-6.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -83,16 +84,12 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" - LIBDIRSUFFIX="" fi set -e |