diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-09-22 03:07:33 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-24 07:05:14 +0700 |
commit | a6005c77f7d28b1ff3c6fbffd7f15d898c974f88 (patch) | |
tree | 298a81d7f0724dbe7c7e0cb9614acc644ec36582 /games/tuxfootball | |
parent | d03988e8238b8d5dc0a97a6d0a619b49f4328930 (diff) | |
download | slackbuilds-a6005c77f7d28b1ff3c6fbffd7f15d898c974f88.tar.gz |
games/tuxfootball: Switch to i586.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'games/tuxfootball')
-rw-r--r-- | games/tuxfootball/tuxfootball.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/tuxfootball/tuxfootball.SlackBuild b/games/tuxfootball/tuxfootball.SlackBuild index 3793a00281..bfa297027d 100644 --- a/games/tuxfootball/tuxfootball.SlackBuild +++ b/games/tuxfootball/tuxfootball.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tuxfootball -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,7 @@ 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 @@ -40,8 +40,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" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" |