summaryrefslogtreecommitdiffstats
path: root/perl/perl-Class-Gomor
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-21 20:47:15 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:29:22 +0000
commitba256c3b2cf5515227386beeb05d7894540814c3 (patch)
tree70db933552fa5f2f8e057f0b5f8877584ce60ee3 /perl/perl-Class-Gomor
parentec4352e387776482f2b09b83f8a98bec5c1c569a (diff)
downloadslackbuilds-ba256c3b2cf5515227386beeb05d7894540814c3.tar.gz
slackbuilds-ba256c3b2cf5515227386beeb05d7894540814c3.tar.xz
perl/perl-Class-Gomor: i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Class-Gomor')
-rw-r--r--perl/perl-Class-Gomor/perl-Class-Gomor.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-Class-Gomor/perl-Class-Gomor.SlackBuild b/perl/perl-Class-Gomor/perl-Class-Gomor.SlackBuild
index 0ce3207f47..758dc6c9f5 100644
--- a/perl/perl-Class-Gomor/perl-Class-Gomor.SlackBuild
+++ b/perl/perl-Class-Gomor/perl-Class-Gomor.SlackBuild
@@ -32,7 +32,7 @@ DOCS="LICENSE LICENSE.Artistic README"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -43,8 +43,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"