summaryrefslogtreecommitdiffstats
path: root/games/cgames
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-09-20 16:34:11 +0200
committer Willy Sudiarto Raharjo2016-09-24 02:05:14 +0200
commit6ea11286a44b55d54c8e6f0202632e180708509e (patch)
tree4ea08ee8d72235846de888caf60428d6b2a9181f /games/cgames
parent35b540543703fedfcb0355bb72defaeb2192a263 (diff)
downloadslackbuilds-6ea11286a44b55d54c8e6f0202632e180708509e.tar.gz
games/cgames: Switch to i586.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'games/cgames')
-rw-r--r--games/cgames/cgames.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/cgames/cgames.SlackBuild b/games/cgames/cgames.SlackBuild
index a46c226d7b..8e10798f3c 100644
--- a/games/cgames/cgames.SlackBuild
+++ b/games/cgames/cgames.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for cgames
-# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2015-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"