diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-01 21:11:01 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-01 21:26:30 -0400 |
commit | 6d9d3c27a7f7709bba568f8fae99b64f3eedd466 (patch) | |
tree | dbb3e5190b71d25904e95e4b431dc74c76b70c95 /media-libs/libvisual | |
parent | media-plugins/libvisual-plugins: mark as LTO-unsafe, strict-aliasing unsafe (diff) | |
download | gentoo-6d9d3c27a7f7709bba568f8fae99b64f3eedd466.tar.gz gentoo-6d9d3c27a7f7709bba568f8fae99b64f3eedd466.tar.bz2 gentoo-6d9d3c27a7f7709bba568f8fae99b64f3eedd466.zip |
media-libs/libvisual: make sure elibtoolize is applied
Needed to e.g. pass LTO warning flags through to the linker.
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'media-libs/libvisual')
-rw-r--r-- | media-libs/libvisual/libvisual-0.4.2-r1.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/libvisual/libvisual-0.4.2-r1.ebuild b/media-libs/libvisual/libvisual-0.4.2-r1.ebuild index 0403b84fa57f..57c866f65947 100644 --- a/media-libs/libvisual/libvisual-0.4.2-r1.ebuild +++ b/media-libs/libvisual/libvisual-0.4.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit multilib-minimal optfeature +inherit libtool multilib-minimal optfeature DESCRIPTION="Abstraction library between applications and audio visualisation plugins" HOMEPAGE="http://libvisual.org/" @@ -24,6 +24,11 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/libvisual-0.4/libvisual/lvconfig.h ) +src_prepare() { + default + elibtoolize +} + multilib_src_configure() { ECONF_SOURCE="${S}" econf \ --disable-static \ |