diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-19 04:59:43 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-20 07:50:03 +0700 |
commit | c788bc2a743db0692a65c54e6968265265837d5c (patch) | |
tree | 3aa2dc10d144a6a6f5458e6bd026ed35ea2c5bb5 /games/frotz | |
parent | 24de077f054cd6af4834dffa6f8490d8fc82326f (diff) | |
download | slackbuilds-c788bc2a743db0692a65c54e6968265265837d5c.tar.gz |
games/frotz: i486 => i586.
Diffstat (limited to 'games/frotz')
-rw-r--r-- | games/frotz/frotz.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/frotz/frotz.SlackBuild b/games/frotz/frotz.SlackBuild index fdbacb5778..22e3911fac 100644 --- a/games/frotz/frotz.SlackBuild +++ b/games/frotz/frotz.SlackBuild @@ -17,7 +17,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 @@ -29,8 +29,8 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} # no need for LIBDIRSUFFIX, frotz doesn't use /usr/lib -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" elif [ "$ARCH" = "x86_64" ]; then |