summaryrefslogtreecommitdiffstats
path: root/network/flvstreamer
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:45:51 +0100
committer B. Watson2022-06-07 08:23:27 +0200
commit1d8eed266ff340cd45615c7f3f1d209337607278 (patch)
treefc85bd4b5bf2c9e9dabd009fb81181f67df69f47 /network/flvstreamer
parent4a363ee1c3ef1ca3391f559a28b59017aac61426 (diff)
downloadslackbuilds-1d8eed266ff340cd45615c7f3f1d209337607278.tar.gz
network/flvstreamer: Change i486 to i586
Diffstat (limited to 'network/flvstreamer')
-rw-r--r--network/flvstreamer/flvstreamer.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/flvstreamer/flvstreamer.SlackBuild b/network/flvstreamer/flvstreamer.SlackBuild
index f6f42182d8..9ee1c3cdb8 100644
--- a/network/flvstreamer/flvstreamer.SlackBuild
+++ b/network/flvstreamer/flvstreamer.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"