summaryrefslogtreecommitdiffstats
path: root/games/gnonograms
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:23:02 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:19 -0400
commit9a663c1870239fcfa11fd2509ccc52ff21876bc2 (patch)
treeaf78eafc55fc27744387cd1eac4325e762c584d0 /games/gnonograms
parent04ec729aeb3df752d630cf59b32593bdfbc45551 (diff)
downloadslackbuilds-9a663c1870239fcfa11fd2509ccc52ff21876bc2.tar.gz
slackbuilds-9a663c1870239fcfa11fd2509ccc52ff21876bc2.tar.xz
games/gnonograms: Change i486 to i586
Diffstat (limited to 'games/gnonograms')
-rw-r--r--games/gnonograms/gnonograms.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gnonograms/gnonograms.SlackBuild b/games/gnonograms/gnonograms.SlackBuild
index f345214364..b66602ab85 100644
--- a/games/gnonograms/gnonograms.SlackBuild
+++ b/games/gnonograms/gnonograms.SlackBuild
@@ -45,14 +45,14 @@ OUTPUT=${OUTPUT:-/tmp}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
-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"