summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:52:48 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:41 -0400
commit3b68e59d4ed06d252f62d6ea295af6bf6a6cf86c (patch)
tree0692c85802e7fc2149958434211f3b935b9893b2 /perl
parent64d6d6faab9dde369d01f33401f7942942a059d2 (diff)
downloadslackbuilds-3b68e59d4ed06d252f62d6ea295af6bf6a6cf86c.tar.gz
slackbuilds-3b68e59d4ed06d252f62d6ea295af6bf6a6cf86c.tar.xz
perl/perl-Time-Out: Change i486 to i586
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Time-Out/perl-Time-Out.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-Time-Out/perl-Time-Out.SlackBuild b/perl/perl-Time-Out/perl-Time-Out.SlackBuild
index a8e6430691..523d5f48aa 100644
--- a/perl/perl-Time-Out/perl-Time-Out.SlackBuild
+++ b/perl/perl-Time-Out/perl-Time-Out.SlackBuild
@@ -38,7 +38,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
@@ -60,8 +60,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"