diff options
author | Alan Ianson <agianson@gmail.com> | 2017-07-22 23:52:58 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-07-22 23:53:26 +0100 |
commit | a16c6201cd32290f9e5b25ac307e14a31a139f85 (patch) | |
tree | 8406c90881d0ffd5f49c216fe4c1af7f413c4698 /games/d1x-rebirth/d1x-rebirth.SlackBuild | |
parent | 9f9b7c61fd40c84eb3f8a3cb06ccdb30cfceb8c9 (diff) |
games/d1x-rebirth: Switch to i586 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/d1x-rebirth/d1x-rebirth.SlackBuild')
-rw-r--r-- | games/d1x-rebirth/d1x-rebirth.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/d1x-rebirth/d1x-rebirth.SlackBuild b/games/d1x-rebirth/d1x-rebirth.SlackBuild index b4bc5112cacc5..346d5588ec0d3 100644 --- a/games/d1x-rebirth/d1x-rebirth.SlackBuild +++ b/games/d1x-rebirth/d1x-rebirth.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for d1x-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" |