diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-10-06 12:58:53 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-08 08:07:20 +0700 |
commit | ce3f4e927ee7c3932d6b16a6d0ca4cadf5550ac4 (patch) | |
tree | 9c90819ccda0566365b1132927da6c35eb8d39b0 /python/npyscreen | |
parent | 6fe97d5b294e8572190caee33377430acf7186e4 (diff) | |
download | slackbuilds-ce3f4e927ee7c3932d6b16a6d0ca4cadf5550ac4.tar.gz |
python/npyscreen: Switch to i586.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/npyscreen')
-rw-r--r-- | python/npyscreen/npyscreen.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/npyscreen/npyscreen.SlackBuild b/python/npyscreen/npyscreen.SlackBuild index f3e469ebb4..c887a00a15 100644 --- a/python/npyscreen/npyscreen.SlackBuild +++ b/python/npyscreen/npyscreen.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for npyscreen -# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015-2016 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,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 +40,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" |