summaryrefslogtreecommitdiffstats
path: root/audio/streamripper
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 02:47:37 +0100
committer B. Watson2022-06-07 08:23:08 +0200
commit71ef2c14d241c1a2f48cf0a26bbf2c660c2db96e (patch)
treea0bdb7e6bde4026fd28407906eabe46c96e688ea /audio/streamripper
parentb0eb22751ef1b7fcc79d91a966a099c75ff37f47 (diff)
downloadslackbuilds-71ef2c14d241c1a2f48cf0a26bbf2c660c2db96e.tar.gz
audio/streamripper: Change i486 to i586
Diffstat (limited to 'audio/streamripper')
-rw-r--r--audio/streamripper/streamripper.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/streamripper/streamripper.SlackBuild b/audio/streamripper/streamripper.SlackBuild
index 5dc67b3eef..fa7afb51b6 100644
--- a/audio/streamripper/streamripper.SlackBuild
+++ b/audio/streamripper/streamripper.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"