summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:45:56 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:29 -0400
commit56f859f5a934936cbfe43438a236ed5663a08c49 (patch)
treee4d5565c7cd2916ab66565752ae2ce072466be8a
parent329f87ced5b42342918db79d9101acfcbda61876 (diff)
downloadslackbuilds-56f859f5a934936cbfe43438a236ed5663a08c49.tar.gz
slackbuilds-56f859f5a934936cbfe43438a236ed5663a08c49.tar.xz
network/pidgin-authorization-blocker: Change i486 to i586
-rw-r--r--network/pidgin-authorization-blocker/pidgin-authorization-blocker.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/pidgin-authorization-blocker/pidgin-authorization-blocker.SlackBuild b/network/pidgin-authorization-blocker/pidgin-authorization-blocker.SlackBuild
index 8dc5f2d02e..9cd8a2cd82 100644
--- a/network/pidgin-authorization-blocker/pidgin-authorization-blocker.SlackBuild
+++ b/network/pidgin-authorization-blocker/pidgin-authorization-blocker.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"