summaryrefslogtreecommitdiffstats
path: root/perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild
diff options
context:
space:
mode:
author B. Watson2017-03-22 01:42:53 +0100
committer David Spencer2017-03-25 14:29:21 +0100
commit896574c3f5e6a5474e4758e093cb26cd6fc443a2 (patch)
tree17deb22e39c3bbd39c7007d2f227ac7e243ee918 /perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild
parent02793d69ee2e9d514a9b36a2e1230270afa317e6 (diff)
downloadslackbuilds-896574c3f5e6a5474e4758e093cb26cd6fc443a2.tar.gz
perl/perl-Authen-SASL: VERSION override, fix shebang, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild')
-rw-r--r--perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild b/perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild
index 6e7f61b6c2..c71cb65160 100644
--- a/perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild
+++ b/perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/sh
# Copyright (c) 2010, 2011, 2012 Daniel LEVAI
# All rights reserved.
@@ -29,13 +29,13 @@
SRCNAM=Authen-SASL
PRGNAM=perl-$SRCNAM
-VERSION=2.16
+VERSION=${VERSION:-2.16}
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
@@ -46,8 +46,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"