aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmedia/libs/speex/speex.SlackBuild20
1 files changed, 10 insertions, 10 deletions
diff --git a/media/libs/speex/speex.SlackBuild b/media/libs/speex/speex.SlackBuild
index b88cacc3..9b861d72 100755
--- a/media/libs/speex/speex.SlackBuild
+++ b/media/libs/speex/speex.SlackBuild
@@ -68,7 +68,7 @@ chown -R root.root .
find . -perm 777 -exec chmod 755 {} \;
find . -perm 664 -exec chmod 644 {} \;
-LDFLAGS=-L/usr/lib64 \
+LDFLAGS=-L$LIBDIR \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure --prefix=/usr --sysconfdir=/etc --disable-debug --libdir=$LIBDIR \
@@ -120,16 +120,16 @@ cat << EOF > $PKG/install/slack-desc
|-----handy-ruler-----------------------------------------------------|
speex: speex
-speex:
+speex:
speex: The Speex is a patent-free, Open Source/Free Software voice codec.
-speex:
-speex:
-speex:
-speex:
-speex:
-speex:
-speex:
-speex:
+speex:
+speex:
+speex:
+speex:
+speex:
+speex:
+speex:
+speex:
EOF
if [ -f $CWD/slack-required ]; then