summaryrefslogtreecommitdiffstats
path: root/perl/perl-SNMP-Info
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:52:44 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:39 -0400
commit4db7be9250638e00947a062b6ffb15b5bb5118f6 (patch)
treecf92eab8956bddc4b618e417db543cbc23b44b17 /perl/perl-SNMP-Info
parentb68614d9668e7d352b24a615b67e5ac22d825c37 (diff)
downloadslackbuilds-4db7be9250638e00947a062b6ffb15b5bb5118f6.tar.gz
slackbuilds-4db7be9250638e00947a062b6ffb15b5bb5118f6.tar.xz
perl/perl-SNMP-Info: Change i486 to i586
Diffstat (limited to 'perl/perl-SNMP-Info')
-rw-r--r--perl/perl-SNMP-Info/perl-SNMP-Info.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-SNMP-Info/perl-SNMP-Info.SlackBuild b/perl/perl-SNMP-Info/perl-SNMP-Info.SlackBuild
index a79ad05e7f..e14f0f3ca1 100644
--- a/perl/perl-SNMP-Info/perl-SNMP-Info.SlackBuild
+++ b/perl/perl-SNMP-Info/perl-SNMP-Info.SlackBuild
@@ -34,7 +34,7 @@ SRCNAM="$(printf $PRGNAM | cut -d- -f2-)"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -52,8 +52,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"