diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 20:55:38 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:27 +0000 |
commit | 3ee6fdbdeb71ea81349e85040bf567a5176eb97d (patch) | |
tree | 96ed8ce20f2c013f6159ea9ac202b9dec0833f96 /perl/perl-Geography-Countries | |
parent | 01c2d6af627aa399bb8d20cecffe2c5692991968 (diff) | |
download | slackbuilds-3ee6fdbdeb71ea81349e85040bf567a5176eb97d.tar.gz |
perl/perl-Geography-Countries: Allow VERSION override, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Geography-Countries')
-rw-r--r-- | perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild b/perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild index f17568f322..ed0ce33057 100644 --- a/perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild +++ b/perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild @@ -28,13 +28,13 @@ SRCNAM="Geography-Countries-2009041301" PRGNAM="perl-Geography-Countries" -VERSION="20090413" +VERSION=${VERSION:-20090413} 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 @@ -49,8 +49,8 @@ set -e DOCS="Changes README TODO" -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" |