summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:52:51 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:42 -0400
commit726888aadd987e5d13ab1ca3f880f6e81450a930 (patch)
treec50027d83de15284b1c551be46aa1ebbc96adaa1 /perl
parentaca956b76fbe80bd24f4f504b94c54303de57699 (diff)
downloadslackbuilds-726888aadd987e5d13ab1ca3f880f6e81450a930.tar.gz
slackbuilds-726888aadd987e5d13ab1ca3f880f6e81450a930.tar.xz
perl/perl-file-desktopentry: Change i486 to i586
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-file-desktopentry/perl-file-desktopentry.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-file-desktopentry/perl-file-desktopentry.SlackBuild b/perl/perl-file-desktopentry/perl-file-desktopentry.SlackBuild
index 46fedc0db1..59bcb00c23 100644
--- a/perl/perl-file-desktopentry/perl-file-desktopentry.SlackBuild
+++ b/perl/perl-file-desktopentry/perl-file-desktopentry.SlackBuild
@@ -29,7 +29,7 @@ PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -47,8 +47,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"