diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-10-03 14:05:26 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-08 08:07:20 +0700 |
commit | aa31426d828f7cdb38d64932ea8023f9ac2019f3 (patch) | |
tree | 4e211fff1053ab0695dca10ad369a658f2403824 /python/cairocffi | |
parent | f7a0b578214cf8fc715077586d77e6659d832d81 (diff) | |
download | slackbuilds-aa31426d828f7cdb38d64932ea8023f9ac2019f3.tar.gz |
python/cairocffi: Switch to i586.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/cairocffi')
-rw-r--r-- | python/cairocffi/cairocffi.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/cairocffi/cairocffi.SlackBuild b/python/cairocffi/cairocffi.SlackBuild index 681a0831c9..e3361f1bc7 100644 --- a/python/cairocffi/cairocffi.SlackBuild +++ b/python/cairocffi/cairocffi.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cairocffi -# 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" |