summaryrefslogtreecommitdiffstats
path: root/audio/speex
diff options
context:
space:
mode:
Diffstat (limited to 'audio/speex')
-rw-r--r--audio/speex/speex.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/speex/speex.SlackBuild b/audio/speex/speex.SlackBuild
index 824a4523d6..dba755fb36 100644
--- a/audio/speex/speex.SlackBuild
+++ b/audio/speex/speex.SlackBuild
@@ -97,8 +97,8 @@ make install DESTDIR=$PKG
find $PKG/usr/man -type f -exec gzip -9 '{}' \;
-# Fix libspeex.la
-sed -i "s|-L$PKG.*/lib${LIBDIRSUFFIX} ||" $PKG/usr/lib${LIBDIRSUFFIX}/libspeex.la
+# Fix libspeex.la (if present)
+sed -i "s|-L$PKG.*/lib${LIBDIRSUFFIX} ||" $PKG/usr/lib${LIBDIRSUFFIX}/libspeex.la || true
cp -a \
AUTHORS COPYING ChangeLog INSTALL NEWS README* TODO \