summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Spencer2016-01-11 14:27:28 +0100
committer Robby Workman2016-01-13 04:57:56 +0100
commitc7f599ce618e2b2ef53de1582458581be6582d2c (patch)
tree366e982d0ca97284bba8dbc51991ec688f52da2e
parentdc3264b2b6b33f4766b25a0b90ae82cdc9e77646 (diff)
downloadslackbuilds-c7f599ce618e2b2ef53de1582458581be6582d2c.tar.gz
audio/distrho-ports: Fixed build on i486.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--audio/distrho-ports/distrho-ports.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/distrho-ports/distrho-ports.SlackBuild b/audio/distrho-ports/distrho-ports.SlackBuild
index eda3cc034a..7605bd5bb5 100644
--- a/audio/distrho-ports/distrho-ports.SlackBuild
+++ b/audio/distrho-ports/distrho-ports.SlackBuild
@@ -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