graphics/xli: Switch to i586.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Leonard Schmidt 2018-06-15 23:28:50 +01:00 committed by David Spencer
parent 2110a07edb
commit 86088c287f
2 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -39,8 +39,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"

View file

@ -1,6 +1,6 @@
PRGNAM="xli"
VERSION="1.17"
HOMEPAGE="http://www.perzl.org/aix/index.php?n=Main.Xli"
HOMEPAGE="https://www.perzl.org/aix/index.php?n=Main.Xli"
DOWNLOAD="ftp://ftp.NetBSD.org/pub/pkgsrc/distfiles/xli-2005-02-27.tar.gz"
MD5SUM="db470da53500017fd6969457c12c98f7"
DOWNLOAD_x86_64=""