diff options
author | Adrien Nader <adrien@notk.org> | 2014-12-08 19:07:34 +0100 |
---|---|---|
committer | Adrien Nader <adrien@notk.org> | 2014-12-08 19:07:34 +0100 |
commit | fc7060401955f7ea8fe8da33026bb1702d552ade (patch) | |
tree | f0394f9fca134d38cf787d788ed0fe6eb840147d /n | |
parent | 5cf7c869fe3e02fd97c0c95f5bf1fad373849942 (diff) |
libgpg-error: remove definition of slackware's $ARCH variable.
Diffstat (limited to 'n')
-rwxr-xr-x | n/libgpg-error/libgpg-error.SlackBuild | 10 |
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) |