summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:52:41 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:37 -0400
commitc1d680dde4222fbd43e39fffd977fcfba4cb130a (patch)
tree7a93eebf415e67232432df1286f23563c86135d0
parent725e19ce12824b1d8bf851507e9f0ab5f6b069e4 (diff)
downloadslackbuilds-c1d680dde4222fbd43e39fffd977fcfba4cb130a.tar.gz
slackbuilds-c1d680dde4222fbd43e39fffd977fcfba4cb130a.tar.xz
perl/perl-IP-Country: Change i486 to i586
-rw-r--r--perl/perl-IP-Country/perl-IP-Country.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-IP-Country/perl-IP-Country.SlackBuild b/perl/perl-IP-Country/perl-IP-Country.SlackBuild
index d24e3d5818..d21c77180c 100644
--- a/perl/perl-IP-Country/perl-IP-Country.SlackBuild
+++ b/perl/perl-IP-Country/perl-IP-Country.SlackBuild
@@ -39,7 +39,7 @@ SRCNAM="$(printf $PRGNAM | cut -f2- -d-)"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -61,8 +61,8 @@ set -e
DOCS="CHANGES README"
-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"