summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:45:57 +0100
committer B. Watson2022-06-07 08:23:30 +0200
commit4761e8e68dfef2d4b79ced480d0b63c95d085f4f (patch)
tree1329f65e59782db89fcbdada9c39455398726bf1 /network
parent0e0d722604329f1899e9a9a33393d8e682c45802 (diff)
downloadslackbuilds-4761e8e68dfef2d4b79ced480d0b63c95d085f4f.tar.gz
network/pidgin-toolbar-shrink: Change i486 to i586
Diffstat (limited to 'network')
-rw-r--r--network/pidgin-toolbar-shrink/pidgin-toolbar-shrink.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/pidgin-toolbar-shrink/pidgin-toolbar-shrink.SlackBuild b/network/pidgin-toolbar-shrink/pidgin-toolbar-shrink.SlackBuild
index 405c6ea60d..402d252d79 100644
--- a/network/pidgin-toolbar-shrink/pidgin-toolbar-shrink.SlackBuild
+++ b/network/pidgin-toolbar-shrink/pidgin-toolbar-shrink.SlackBuild
@@ -16,7 +16,7 @@ PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) export ARCH=i486 ;;
+ i?86) export ARCH=i586 ;;
arm*) export ARCH=arm ;;
*) export ARCH=$( uname -m ) ;;
esac
@@ -34,8 +34,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"