diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-19 05:03:24 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-20 07:50:03 +0700 |
commit | c9b7d9e0e59f07df21b57e61ca5fb4fbc670fcca (patch) | |
tree | 161e9ed5b141b39f89d173d89ff10730c99df50c /audio/nnls-chroma | |
parent | 3254fa09dec4452a0c6a05c80085b51c7a688a59 (diff) | |
download | slackbuilds-c9b7d9e0e59f07df21b57e61ca5fb4fbc670fcca.tar.gz |
audio/nnls-chroma: i486 => i586.
Diffstat (limited to 'audio/nnls-chroma')
-rw-r--r-- | audio/nnls-chroma/nnls-chroma.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/nnls-chroma/nnls-chroma.SlackBuild b/audio/nnls-chroma/nnls-chroma.SlackBuild index ff01820873..b0d4814f73 100644 --- a/audio/nnls-chroma/nnls-chroma.SlackBuild +++ b/audio/nnls-chroma/nnls-chroma.SlackBuild @@ -13,7 +13,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 @@ -27,7 +27,7 @@ OUTPUT=${OUTPUT:-/tmp} # No CFLAGS support: the release is tested with -O3 and frankly # this beast needs all the extra optimization it can get... -if [ "$ARCH" = "i486" ]; then +if [ "$ARCH" = "i586" ]; then LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then LIBDIRSUFFIX="" |