summaryrefslogtreecommitdiff
path: root/media-libs/libfishsound/libfishsound-1.0.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /media-libs/libfishsound/libfishsound-1.0.0.ebuild
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'media-libs/libfishsound/libfishsound-1.0.0.ebuild')
-rw-r--r--media-libs/libfishsound/libfishsound-1.0.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/libfishsound/libfishsound-1.0.0.ebuild b/media-libs/libfishsound/libfishsound-1.0.0.ebuild
index 9c9167f6dd94..3422916b0400 100644
--- a/media-libs/libfishsound/libfishsound-1.0.0.ebuild
+++ b/media-libs/libfishsound/libfishsound-1.0.0.ebuild
@@ -33,7 +33,7 @@ src_prepare() {
}
src_configure() {
- local myconf=""
+ local myconf="--disable-static"
use flac || myconf="${myconf} --disable-flac"
use speex || myconf="${myconf} --disable-speex"
@@ -44,4 +44,5 @@ src_install() {
emake DESTDIR="${D}" \
docdir="${D}/usr/share/doc/${PF}" install
dodoc AUTHORS ChangeLog README
+ find "${ED}" -name '*.la' -delete || die
}