summaryrefslogtreecommitdiffstats
path: root/n
diff options
context:
space:
mode:
authorAdrien Nader <adrien@notk.org>2014-12-08 19:07:34 +0100
committerAdrien Nader <adrien@notk.org>2014-12-08 19:07:34 +0100
commitfc7060401955f7ea8fe8da33026bb1702d552ade (patch)
treef0394f9fca134d38cf787d788ed0fe6eb840147d /n
parent5cf7c869fe3e02fd97c0c95f5bf1fad373849942 (diff)
libgpg-error: remove definition of slackware's $ARCH variable.
Diffstat (limited to 'n')
-rwxr-xr-xn/libgpg-error/libgpg-error.SlackBuild10
1 files changed, 0 insertions, 10 deletions
diff --git a/n/libgpg-error/libgpg-error.SlackBuild b/n/libgpg-error/libgpg-error.SlackBuild
index 7e5113c..f2b0996 100755
--- a/n/libgpg-error/libgpg-error.SlackBuild
+++ b/n/libgpg-error/libgpg-error.SlackBuild
@@ -26,16 +26,6 @@ PKGNAM=libgpg-error
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.bz2 | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-1}
-# Automatically determine the architecture we're building on:
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) export ARCH=i486 ;;
- arm*) export ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
- *) export ARCH=$( uname -m ) ;;
- esac
-fi
-
NUMJOBS=${NUMJOBS:-" -j7 "}
CWD=$(pwd)