summaryrefslogtreecommitdiffstats
path: root/games/pychess
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-09-21 06:58:40 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-24 07:05:14 +0700
commit2543d0e01d0cd587e2324a14897703b47eec4077 (patch)
tree544f634aee4304a5e0b4e8f3ef8b8e856107d0a6 /games/pychess
parent9c728449ebc181eaf67c471610a8264c4740d927 (diff)
downloadslackbuilds-2543d0e01d0cd587e2324a14897703b47eec4077.tar.gz
slackbuilds-2543d0e01d0cd587e2324a14897703b47eec4077.tar.xz
games/pychess: Switch to i586.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'games/pychess')
-rw-r--r--games/pychess/pychess.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/pychess/pychess.SlackBuild b/games/pychess/pychess.SlackBuild
index 5937c498b8..5ece075be5 100644
--- a/games/pychess/pychess.SlackBuild
+++ b/games/pychess/pychess.SlackBuild
@@ -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"