diff options
Diffstat (limited to 'audio/mac/mac.SlackBuild')
-rw-r--r-- | audio/mac/mac.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/mac/mac.SlackBuild b/audio/mac/mac.SlackBuild index 3f9ae17554..4a00d7227c 100644 --- a/audio/mac/mac.SlackBuild +++ b/audio/mac/mac.SlackBuild @@ -9,12 +9,10 @@ VERSION=${VERSION:-3.99} BUILD=${BUILD:-2} 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 @@ -38,7 +36,7 @@ else LIBDIRSUFFIX="" fi -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -61,7 +59,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-shared=yes \ --enable-static=no \ --enable-assembly=yes \ - --build=$ARCH-slackware-linux + --build=$ARCH-slackware-linux # Patch to fix gcc4 output errors: patch -p0 < $CWD/gcc4_errors.patch |