diff options
author | Donald Cooley <chytraeu@sdf.org> | 2018-01-26 00:19:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-27 07:43:49 +0700 |
commit | 7cef1110a5a15bc6c96feafa8ae0fe2f3f276532 (patch) | |
tree | 77a54ebff03e3707ab0fd57c7e75aad1f87eb795 | |
parent | d0c1d93d035bfb217c326f510de60d59c50fbdf2 (diff) | |
download | slackbuilds-7cef1110a5a15bc6c96feafa8ae0fe2f3f276532.tar.gz |
perl/perl-Gtk2-Unique: Switch to i586.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | perl/perl-Gtk2-Unique/perl-Gtk2-Unique.SlackBuild | 7 | ||||
-rw-r--r-- | perl/perl-Gtk2-Unique/perl-Gtk2-Unique.info | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/perl/perl-Gtk2-Unique/perl-Gtk2-Unique.SlackBuild b/perl/perl-Gtk2-Unique/perl-Gtk2-Unique.SlackBuild index 46f2521f2e..b70746837c 100644 --- a/perl/perl-Gtk2-Unique/perl-Gtk2-Unique.SlackBuild +++ b/perl/perl-Gtk2-Unique/perl-Gtk2-Unique.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for perl-Gtk2-Unique +# Copyright 2018 Donald Cooley, South Haven, Indiana USA # Copyright 2013 Donald Cooley, La Porte, IN USA # All rights reserved. # @@ -31,7 +32,7 @@ SRCNAM="$(printf $PRGNAM | cut -d- -f2-)" if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -42,8 +43,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" diff --git a/perl/perl-Gtk2-Unique/perl-Gtk2-Unique.info b/perl/perl-Gtk2-Unique/perl-Gtk2-Unique.info index 09c43d8b57..5fc96a7583 100644 --- a/perl/perl-Gtk2-Unique/perl-Gtk2-Unique.info +++ b/perl/perl-Gtk2-Unique/perl-Gtk2-Unique.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libunique perl-gtk2" MAINTAINER="Donald Cooley" -EMAIL="dfc@warpmail.net" +EMAIL="chytraeu@sdf.org" |