From 2336411606176231a957af2227c8eae05b788610 Mon Sep 17 00:00:00 2001 From: M.Dinslage Date: Fri, 24 Mar 2017 20:45:34 +0000 Subject: games/ioquake3: Fixed download + switch to i586. Signed-off-by: David Spencer --- games/ioquake3/ioquake3.SlackBuild | 6 +++--- games/ioquake3/ioquake3.info | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'games/ioquake3') diff --git a/games/ioquake3/ioquake3.SlackBuild b/games/ioquake3/ioquake3.SlackBuild index cea80ebc8a..22cf7b60a6 100644 --- a/games/ioquake3/ioquake3.SlackBuild +++ b/games/ioquake3/ioquake3.SlackBuild @@ -33,7 +33,7 @@ TAG=${TAG:-_SBo} # here and let the Makefile set the ARCH. if [ -z "$BARCH" ]; then case "$( uname -m )" in - i?86) export BARCH=i486 ;; + i?86) export BARCH=i586 ;; arm*) export BARCH=arm ;; *) export BARCH=$( uname -m ) ;; esac @@ -44,8 +44,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$BARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$BARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$BARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/games/ioquake3/ioquake3.info b/games/ioquake3/ioquake3.info index 3668a979c8..638ad08ac0 100644 --- a/games/ioquake3/ioquake3.info +++ b/games/ioquake3/ioquake3.info @@ -1,7 +1,7 @@ PRGNAM="ioquake3" VERSION="r20160627" HOMEPAGE="http://ioquake3.org/" -DOWNLOAD="https://dl.dropboxusercontent.com/u/85079539/ioquake3-r20160627.tar.xz \ +DOWNLOAD="https://www.dropbox.com/s/tux28ueu4mtw2sb/ioquake3-r20160627.tar.xz \ http://ftp.gwdg.de/pub/misc/ftp.idsoftware.com/idstuff/quake3/linux/linuxq3apoint-1.32b-3.x86.run" MD5SUM="9f63bd227646663051541f742ba59c4b \ c71fdddccb20e8fc393d846e9c61d685" -- cgit v1.2.3