summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author B. Watson2016-08-19 10:59:54 +0200
committer Willy Sudiarto Raharjo2016-08-20 02:50:03 +0200
commitcf839e02851ea2db1a8477e2a406ad59b3aa7802 (patch)
tree1e8c49e34bc29399feb8bbbe63119d64a4ff4dd5 /games
parent3a8cfc9db837ab4644927b62d2cb4010d6514538 (diff)
downloadslackbuilds-cf839e02851ea2db1a8477e2a406ad59b3aa7802.tar.gz
games/rott: i486 => i586.
Diffstat (limited to 'games')
-rw-r--r--games/rott/rott.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/rott/rott.SlackBuild b/games/rott/rott.SlackBuild
index 4db109f967..140347d024 100644
--- a/games/rott/rott.SlackBuild
+++ b/games/rott/rott.SlackBuild
@@ -13,7 +13,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
@@ -25,8 +25,8 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
# LIBDIRSUFFIX not needed
-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