media-libs/sdl-image: make sure elibtoolize is applied

Since the libtool available is very old, that means running a full
eautoreconf.

Needed to e.g. pass LTO warning flags through to the linker.

Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Eli Schwartz 2024-03-17 23:03:19 -04:00 committed by Sam James
parent e60bb8a3ed
commit 075d2a0d57
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -7,7 +7,7 @@ EAPI=8
# or take new snapshots every so often as no SDL 1 / 1.2.x releases
# will be made anymore.
inherit toolchain-funcs multilib-minimal
inherit autotools toolchain-funcs multilib-minimal
SDL_IMAGE_COMMIT="633dc522f5114f6d473c910dace62e8ca27a1f7d"
@ -32,6 +32,11 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
src_prepare() {
default
eautoreconf
}
multilib_src_configure() {
local myeconfargs=(
--disable-jpg-shared