audio/distrho-ports: Fixed build on i486.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-01-11 13:27:28 +00:00 committed by Robby Workman
parent dc3264b2b6
commit c7f599ce61

View file

@ -26,7 +26,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i?86" ]; then
if [ "$ARCH" = "i486" ]; then
LIBDIRSUFFIX=""
LIBDIRMARK="32"
elif [ "$ARCH" = "x86_64" ]; then