diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-09-01 05:02:32 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-03 07:48:41 +0700 |
commit | 9fbe0ae0fd523b42f488c2795a5355a72dd9540c (patch) | |
tree | 255503cf26fd85eb95fb04e31038cb3ff7bd1519 /python/ply/ply.SlackBuild | |
parent | 0cc4aa96fe6257fe5b14ccfd1abccfc4eadef7a3 (diff) | |
download | slackbuilds-9fbe0ae0fd523b42f488c2795a5355a72dd9540c.tar.gz |
python/ply: Updated for version 3.9.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/ply/ply.SlackBuild')
-rw-r--r-- | python/ply/ply.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/ply/ply.SlackBuild b/python/ply/ply.SlackBuild index cde9099212..0e2d02fe3d 100644 --- a/python/ply/ply.SlackBuild +++ b/python/ply/ply.SlackBuild @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ply -VERSION=${VERSION:-3.8} +VERSION=${VERSION:-3.9} BUILD=${BUILD:-1} 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" |