media-gfx/chafa: 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>
This commit is contained in:
Eli Schwartz
2024-11-03 14:00:39 -05:00
parent ab0b111b8c
commit 73c5f2eaa9
2 changed files with 11 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit flag-o-matic
inherit flag-o-matic libtool
DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
@@ -28,6 +28,11 @@ QA_CONFIG_IMPL_DECL_SKIP=(
_mm_popcnt_u64
)
src_prepare() {
default
elibtoolize
}
src_configure() {
# bug 909429
use webp && append-ldflags -lwebp

View File

@@ -27,6 +27,11 @@ QA_CONFIG_IMPL_DECL_SKIP=(
_mm_popcnt_u64
)
src_prepare() {
default
elibtoolize
}
src_configure() {
# bug 909429
use webp && append-ldflags -lwebp