diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2012-05-20 17:03:52 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-05-21 17:58:12 -0500 |
commit | a02efd7d92776288d0b115d6ecd13ca3c3aaefd4 (patch) | |
tree | 60aef422a746c154c206332e0c1f86ce3d8f7a96 /libraries/soundtouch/soundtouch.SlackBuild | |
parent | 183467b8c4e3b6db4484547c82edfc14d1f0d859 (diff) | |
download | slackbuilds-a02efd7d92776288d0b115d6ecd13ca3c3aaefd4.tar.gz |
libraries/soundtouch: Updated for version 1.6.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/soundtouch/soundtouch.SlackBuild')
-rw-r--r-- | libraries/soundtouch/soundtouch.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/soundtouch/soundtouch.SlackBuild b/libraries/soundtouch/soundtouch.SlackBuild index dae1738fc9..ff17e5745b 100644 --- a/libraries/soundtouch/soundtouch.SlackBuild +++ b/libraries/soundtouch/soundtouch.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for soundtouch -# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2008-2012 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=soundtouch -VERSION=1.5.0 +VERSION=1.6.0 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 @@ -71,6 +69,8 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +./bootstrap + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |