mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/speex: Don't break if libspeex.la is not present.
Requested by orbea for slibtool Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
e5e9a7dc43
commit
07cfca7b33
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue