summaryrefslogtreecommitdiffstats
path: root/perl/perl-Socket6/perl-Socket6.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Socket6/perl-Socket6.SlackBuild')
-rw-r--r--perl/perl-Socket6/perl-Socket6.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl/perl-Socket6/perl-Socket6.SlackBuild b/perl/perl-Socket6/perl-Socket6.SlackBuild
index ceb6388bdd..c4cdc0ddde 100644
--- a/perl/perl-Socket6/perl-Socket6.SlackBuild
+++ b/perl/perl-Socket6/perl-Socket6.SlackBuild
@@ -30,12 +30,10 @@ TAG=${TAG:-_SBo}
SRC_PRGNAM=Socket6
DOCS="README"
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi