diff options
Diffstat (limited to 'network/pidgin-authorization-blocker')
-rw-r--r-- | network/pidgin-authorization-blocker/pidgin-authorization-blocker.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/pidgin-authorization-blocker/pidgin-authorization-blocker.SlackBuild b/network/pidgin-authorization-blocker/pidgin-authorization-blocker.SlackBuild index 8dc5f2d02e..9cd8a2cd82 100644 --- a/network/pidgin-authorization-blocker/pidgin-authorization-blocker.SlackBuild +++ b/network/pidgin-authorization-blocker/pidgin-authorization-blocker.SlackBuild @@ -16,7 +16,7 @@ PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) export ARCH=i486 ;; + i?86) export ARCH=i586 ;; arm*) export ARCH=arm ;; *) export ARCH=$( uname -m ) ;; esac @@ -34,8 +34,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" |