summaryrefslogtreecommitdiffstats
path: root/perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild')
-rw-r--r--perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild8
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"