summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libraries/zita-convolver/zita-convolver.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/zita-convolver/zita-convolver.SlackBuild b/libraries/zita-convolver/zita-convolver.SlackBuild
index 93e8d096b3..9247cadf5d 100644
--- a/libraries/zita-convolver/zita-convolver.SlackBuild
+++ b/libraries/zita-convolver/zita-convolver.SlackBuild
@@ -16,7 +16,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -37,8 +37,8 @@ fi
# Source is smart enough to know about lib vs. lib64, no need for
# LIBDIRSUFFIX here.
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="$OPTFLAG -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="$OPTFLAG -march=i586 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="$OPTFLAG -march=i686 -mtune=i686"
elif [ "$ARCH" = "x86_64" ]; then