diff options
author | Alan Ianson <agianson@gmail.com> | 2017-07-22 23:55:14 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-07-22 23:55:37 +0100 |
commit | e4e03cffb4657a16998aad1f26c663d8c3b1a8ef (patch) | |
tree | d75c75f241a1af595757b5fb6ff7da5ae6847345 /games/d2x-rebirth/d2x-rebirth.SlackBuild | |
parent | a16c6201cd32290f9e5b25ac307e14a31a139f85 (diff) |
games/d2x-rebirth: Switch to i586 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/d2x-rebirth/d2x-rebirth.SlackBuild')
-rw-r--r-- | games/d2x-rebirth/d2x-rebirth.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/d2x-rebirth/d2x-rebirth.SlackBuild b/games/d2x-rebirth/d2x-rebirth.SlackBuild index df323b927f0b7..e317017c14e05 100644 --- a/games/d2x-rebirth/d2x-rebirth.SlackBuild +++ b/games/d2x-rebirth/d2x-rebirth.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for d2x-rebirth # Copyright 2012-2015 Andrew Strong, Blue Mountains Australia. +# Copyright 2017 Alan Ianson, Penticton, BC Canada. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +30,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 @@ -40,8 +41,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" |