diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 19:47:38 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:09 -0400 |
commit | cb6bcdd754c23a33a03e00162a7cbc1e19b94fd4 (patch) | |
tree | 405565d99ad3c0539b50deb851ef1452daef8dfb /audio | |
parent | c2cbf355ce0b115a6506b4c0f688735b17ef3e01 (diff) | |
download | slackbuilds-cb6bcdd754c23a33a03e00162a7cbc1e19b94fd4.tar.gz |
audio/xmms-shn: Change i486 to i586
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-shn/xmms-shn.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xmms-shn/xmms-shn.SlackBuild b/audio/xmms-shn/xmms-shn.SlackBuild index 7637651f50..6ea1296624 100644 --- a/audio/xmms-shn/xmms-shn.SlackBuild +++ b/audio/xmms-shn/xmms-shn.SlackBuild @@ -13,7 +13,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 @@ -31,8 +31,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" |