summaryrefslogtreecommitdiffstats
path: root/libraries/lensfun/lensfun.SlackBuild
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:07:20 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:07:20 -0400
commit2b8c6fd0645ecc897e0637a0622b5fea7079804a (patch)
tree81ced6d54b2d3b9485cbe5933d128bb3da33a8a3 /libraries/lensfun/lensfun.SlackBuild
parent42dae95ac0a8313b836950043d4b2be8db13176f (diff)
downloadslackbuilds-2b8c6fd0645ecc897e0637a0622b5fea7079804a.tar.gz
slackbuilds-2b8c6fd0645ecc897e0637a0622b5fea7079804a.tar.xz
libraries/lensfun: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/lensfun/lensfun.SlackBuild')
-rw-r--r--libraries/lensfun/lensfun.SlackBuild14
1 files changed, 13 insertions, 1 deletions
diff --git a/libraries/lensfun/lensfun.SlackBuild b/libraries/lensfun/lensfun.SlackBuild
index 7b45165f2f..bb27a5812e 100644
--- a/libraries/lensfun/lensfun.SlackBuild
+++ b/libraries/lensfun/lensfun.SlackBuild
@@ -24,10 +24,19 @@
PRGNAM=lensfun
VERSION=0.2.3
-ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+# 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
+
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@@ -42,6 +51,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+else
+ SLKCFLAGS="-O2"
+ LIBDIRSUFFIX=""
fi
rm -rf $PKG