summaryrefslogtreecommitdiffstats
path: root/lame
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-07-08 23:43:33 +0000
committer Eric Hameleers <alien@slackware.com>2008-07-08 23:43:33 +0000
commit81bf816360e0864cc01130250047afaeb55b05e5 (patch)
treeedd060c7b5ee2291265d9fd4724b526828a237da /lame
parent9a26563010482845d44410a288c0d9d80760fef9 (diff)
downloadasb-81bf816360e0864cc01130250047afaeb55b05e5.tar.gz
asb-81bf816360e0864cc01130250047afaeb55b05e5.tar.xz
Remove mp3rtp from the configure because it generates errors in frontend compilation
Diffstat (limited to 'lame')
-rwxr-xr-xlame/build/lame.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/lame/build/lame.SlackBuild b/lame/build/lame.SlackBuild
index 7f38a76b..1061c9e3 100755
--- a/lame/build/lame.SlackBuild
+++ b/lame/build/lame.SlackBuild
@@ -157,15 +157,17 @@ CXXFLAGS="$SLKCFLAGS" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--localstatedir=/var \
--sysconfdir=/etc \
+ --mandir=/usr/man \
+ --enable-nasm \
--enable-shared \
--enable-static \
--enable-decode-layer1 \
--enable-mp3x \
- --enable-mp3rtp \
--program-prefix="" \
--program-suffix="" \
--build=$ARCH-slackware-linux \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log
+ # Spits errors now (was OK in 3.97): --enable-mp3rtp \
make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
# Install all the needed stuff to the package dir