audio/qm-vamp-plugins: i486 => i586.

This commit is contained in:
B. Watson 2016-08-19 05:03:41 -04:00 committed by Willy Sudiarto Raharjo
parent c9b7d9e0e5
commit 0034b60faa
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -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
@ -29,7 +29,7 @@ OUTPUT=${OUTPUT:-/tmp}
# No CFLAGS support (releases are tested with their own opts)
if [ "$ARCH" = "i486" ]; then
if [ "$ARCH" = "i586" ]; then
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
LIBDIRSUFFIX=""