diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-17 19:30:59 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:00 -0400 |
commit | 3ad117d4dd0fc0cb2ae47fcf78a602559516cd81 (patch) | |
tree | 6e78b8e3114f0b5ded5d608565f36f3ccca9d879 | |
parent | 218757dafcb7139ba1eb95523ba87d5c99f75033 (diff) | |
download | slackbuilds-3ad117d4dd0fc0cb2ae47fcf78a602559516cd81.tar.gz |
graphics/unpaper.SlackBuild: Change i486 to i586
-rw-r--r-- | graphics/unpaper/unpaper.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/unpaper/unpaper.SlackBuild b/graphics/unpaper/unpaper.SlackBuild index 1606b5f5fd..2ada4deb7b 100644 --- a/graphics/unpaper/unpaper.SlackBuild +++ b/graphics/unpaper/unpaper.SlackBuild @@ -46,7 +46,7 @@ PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -64,8 +64,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" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" elif [ "$ARCH" = "x86_64" ]; then |