summaryrefslogtreecommitdiffstats
path: root/vlc2
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-05-30 17:38:46 +0000
committer Eric Hameleers <alien@slackware.com>2018-05-30 17:38:46 +0000
commit15c6d3de33fc735d57da59174b92c2cb65db1bac (patch)
tree03ce7df1564e10121e3598f53a44f73d40612752 /vlc2
parente8317f50f6d58d48c30992a87c571f3fb8a61467 (diff)
downloadasb-15c6d3de33fc735d57da59174b92c2cb65db1bac.tar.gz
asb-15c6d3de33fc735d57da59174b92c2cb65db1bac.tar.xz
vlc2: set 32bit ARCH to i586
Diffstat (limited to 'vlc2')
-rwxr-xr-xvlc2/build/vlc2.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/vlc2/build/vlc2.SlackBuild b/vlc2/build/vlc2.SlackBuild
index b5ef1bba..7ce0b23d 100755
--- a/vlc2/build/vlc2.SlackBuild
+++ b/vlc2/build/vlc2.SlackBuild
@@ -509,7 +509,7 @@ NUMJOBS=${NUMJOBS:--j7} # Number of parallel jobs for the compiler
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) export ARCH=i486 ;;
+ i?86) export ARCH=i586 ;;
armv7hl) export ARCH=$MARCH ;;
arm*) export ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs: