summaryrefslogtreecommitdiffstats
path: root/desktop/gntp-send
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 02:59:40 +0100
committer B. Watson2022-06-07 08:23:10 +0200
commit94741715ad605a82e087e8d0939e8d55382d66af (patch)
tree3acbd3de03eae06cd06bd7d331ff785cc08915df /desktop/gntp-send
parentf503186ca3f19b3876df1007945334397635378a (diff)
downloadslackbuilds-94741715ad605a82e087e8d0939e8d55382d66af.tar.gz
desktop/gntp-send: Change i486 to i586
Diffstat (limited to 'desktop/gntp-send')
-rw-r--r--desktop/gntp-send/gntp-send.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/gntp-send/gntp-send.SlackBuild b/desktop/gntp-send/gntp-send.SlackBuild
index 1f244d05f9..58b0cd2285 100644
--- a/desktop/gntp-send/gntp-send.SlackBuild
+++ b/desktop/gntp-send/gntp-send.SlackBuild
@@ -18,7 +18,7 @@ PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) export ARCH=i486 ;;
+ i?86) export ARCH=i586 ;;
arm*) export ARCH=arm ;;
*) export ARCH=$( uname -m ) ;;
esac
@@ -36,8 +36,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"