From a8fcf8037fe1b909fcfe6088ff7821de301a7010 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Mon, 20 Mar 2017 22:27:14 -0400 Subject: games/tuxnes: Allow VERSION override, i486=>i586. Signed-off-by: B. Watson Signed-off-by: David Spencer --- games/tuxnes/tuxnes.SlackBuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'games/tuxnes') diff --git a/games/tuxnes/tuxnes.SlackBuild b/games/tuxnes/tuxnes.SlackBuild index 54f58f8137..e63696ade3 100644 --- a/games/tuxnes/tuxnes.SlackBuild +++ b/games/tuxnes/tuxnes.SlackBuild @@ -5,13 +5,13 @@ # Updated slightly by B. Watson , with permission PRGNAM=tuxnes -VERSION=0.75 +VERSION=${VERSION:-0.75} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -22,8 +22,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" else @@ -31,7 +31,7 @@ else $PRGNAM is partly written in x86 assembly language, therefore cannot be built on the current architecture of "$ARCH". -Supported ARCH settings are "i486" and "i686". +Supported ARCH settings are "i586" and "i686". EOF exit 1 fi -- cgit v1.2.3