summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-21 15:24:05 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:29:18 +0000
commitdd68b13deb0497facbcd76f3e41fef61ecfaf9d6 (patch)
tree72592940650b205d481aa741cfa81df3dc06afdc /office
parent177639392d490b00df7ba4e56c6d154770a81640 (diff)
downloadslackbuilds-dd68b13deb0497facbcd76f3e41fef61ecfaf9d6.tar.gz
slackbuilds-dd68b13deb0497facbcd76f3e41fef61ecfaf9d6.tar.xz
office/verbiste: i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/verbiste/verbiste.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/office/verbiste/verbiste.SlackBuild b/office/verbiste/verbiste.SlackBuild
index 1fa11c1f08..ed3c87e6cd 100644
--- a/office/verbiste/verbiste.SlackBuild
+++ b/office/verbiste/verbiste.SlackBuild
@@ -21,14 +21,14 @@ OUTPUT=${OUTPUT:-/tmp}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
-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"