summaryrefslogtreecommitdiffstats
path: root/libraries/matplotlib
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/matplotlib')
-rw-r--r--libraries/matplotlib/matplotlib.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/matplotlib/matplotlib.SlackBuild b/libraries/matplotlib/matplotlib.SlackBuild
index 18ca6b2f17..b36e087fe0 100644
--- a/libraries/matplotlib/matplotlib.SlackBuild
+++ b/libraries/matplotlib/matplotlib.SlackBuild
@@ -42,7 +42,7 @@ DISABLE_WXAGG=${DISABLE_WXAGG:-Y}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac