summaryrefslogtreecommitdiffstats
path: root/soundtouch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-06-24 19:56:57 +0000
committer Eric Hameleers <alien@slackware.com>2007-06-24 19:56:57 +0000
commit2991457206d1e37826f147dc86bcf741196c89a1 (patch)
treece28ae0cc06b4b0ac9ea0b82afac8662cf434c75 /soundtouch
parent0c0df82afd6f091fc584cc61155ffcc35e0156e9 (diff)
downloadasb-2991457206d1e37826f147dc86bcf741196c89a1.tar.gz
asb-2991457206d1e37826f147dc86bcf741196c89a1.tar.xz
Get rid of --enable-integer-samples - wired does not want that
Diffstat (limited to 'soundtouch')
-rwxr-xr-xsoundtouch/build/soundtouch.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/soundtouch/build/soundtouch.SlackBuild b/soundtouch/build/soundtouch.SlackBuild
index 85f234c4..24f7804e 100755
--- a/soundtouch/build/soundtouch.SlackBuild
+++ b/soundtouch/build/soundtouch.SlackBuild
@@ -174,13 +174,13 @@ export AUTOMAKE="automake --add-missing --foreign"
--libdir=/usr/lib${LIBDIRSUFFIX} \
--localstatedir=/var \
--sysconfdir=/etc \
- --enable-integer-samples \
--enable-static \
--enable-shared \
--program-prefix="" \
--program-suffix="" \
--build=$ARCH-slackware-linux \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log
+ # Wired does not like '--enable-integer-samples'
# Don't use rpath - thanks FC ;-)
sed -i -e 's/^hardcode_libdir_flag_spec=.*/hardcode_libdir_flag_spec=""/g' libtool
sed -i -e 's/^runpath_var=LD_RUN_PATH/runpath_var=DIE_RPATH_DIE/g' libtool