aboutsummaryrefslogtreecommitdiff
path: root/system/afpfs-ng
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 21:02:18 -0600
committerB. Watson <urchlay@slackware.uk>2022-06-07 02:23:47 -0400
commit9087020da7c846c0bf2e9739b2020769f614decc (patch)
treeda739fcbe27a990752eaf281fd6a209865abb50c /system/afpfs-ng
parent73a3ec5fe9540b58d68302d9af5790bd27915b4f (diff)
downloadslackbuilds-9087020da7c846c0bf2e9739b2020769f614decc.tar.xz
system/afpfs-ng: Change i486 to i586
Diffstat (limited to 'system/afpfs-ng')
-rw-r--r--system/afpfs-ng/afpfs-ng.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/afpfs-ng/afpfs-ng.SlackBuild b/system/afpfs-ng/afpfs-ng.SlackBuild
index 60734251556a..6a289a46cde6 100644
--- a/system/afpfs-ng/afpfs-ng.SlackBuild
+++ b/system/afpfs-ng/afpfs-ng.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"