summaryrefslogtreecommitdiffstats
path: root/libraries/gnome-vfsmm
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 21:19:13 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:57 -0400
commit2481ae9185bb1a7e428540f39562fc2a45232efd (patch)
tree35a975e6eef060713c1fbc0543a0741b3b898e4e /libraries/gnome-vfsmm
parent92afb1283befe84dbe54e897083c6bd00d9eae69 (diff)
downloadslackbuilds-2481ae9185bb1a7e428540f39562fc2a45232efd.tar.gz
slackbuilds-2481ae9185bb1a7e428540f39562fc2a45232efd.tar.xz
libraries/gnome-vfsmm: Change i486 to i586
Diffstat (limited to 'libraries/gnome-vfsmm')
-rw-r--r--libraries/gnome-vfsmm/gnome-vfsmm.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/gnome-vfsmm/gnome-vfsmm.SlackBuild b/libraries/gnome-vfsmm/gnome-vfsmm.SlackBuild
index e29064cdf3..98cb9ed558 100644
--- a/libraries/gnome-vfsmm/gnome-vfsmm.SlackBuild
+++ b/libraries/gnome-vfsmm/gnome-vfsmm.SlackBuild
@@ -32,7 +32,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
@@ -50,8 +50,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"