diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:23:01 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:19 -0400 |
commit | e45035235127d604684b5bcb163bac1739aec170 (patch) | |
tree | 935864b9d4b4ff1e2a23df5b5d3f996c2cf97f12 /games/bloodfrontier | |
parent | 583c0839a3fbf095c539a57d84c0e2b8846aa911 (diff) | |
download | slackbuilds-e45035235127d604684b5bcb163bac1739aec170.tar.gz |
games/bloodfrontier: Change i486 to i586
Diffstat (limited to 'games/bloodfrontier')
-rw-r--r-- | games/bloodfrontier/bloodfrontier.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/bloodfrontier/bloodfrontier.SlackBuild b/games/bloodfrontier/bloodfrontier.SlackBuild index 9b2bedf924..172a6cffa9 100644 --- a/games/bloodfrontier/bloodfrontier.SlackBuild +++ b/games/bloodfrontier/bloodfrontier.SlackBuild @@ -19,7 +19,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 @@ -37,8 +37,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="" SLKLDFLAGS="-L/usr/lib -L/lib" elif [ "$ARCH" = "i686" ]; then |