From 2b75d674735f4c779ff5396197c5952e69a1bebf Mon Sep 17 00:00:00 2001 From: David Somero Date: Fri, 4 Jun 2010 01:03:35 -0400 Subject: development/qt-doc: Misc automated cleanups. Signed-off-by: David Somero --- development/qt-doc/qt-doc.SlackBuild | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'development') diff --git a/development/qt-doc/qt-doc.SlackBuild b/development/qt-doc/qt-doc.SlackBuild index 48859073b2..5c7db2c585 100644 --- a/development/qt-doc/qt-doc.SlackBuild +++ b/development/qt-doc/qt-doc.SlackBuild @@ -6,10 +6,19 @@ PKGNAM=qt-doc VERSION=4.5.1 -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} OUTPUT=${OUTPUT:-/tmp} @@ -21,6 +30,9 @@ if [ "$ARCH" = "i486" ] || [ "$ARCH" = "i686" ]; then LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then LIBDIRSUFFIX="64" +else + SLKCFLAGS="-O2" + LIBDIRSUFFIX="" fi set -e -- cgit v1.2.3