diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-17 23:03:19 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-18 05:30:02 +0000 |
commit | 075d2a0d57e85baaa780fb7d409804ae2b629f03 (patch) | |
tree | 606c29c00acf9ef71baa5cbe8341473b26b08b70 /media-libs | |
parent | games-sports/bygfoot: update EAPI 7 -> 8 (diff) | |
download | gentoo-075d2a0d57e85baaa780fb7d409804ae2b629f03.tar.gz gentoo-075d2a0d57e85baaa780fb7d409804ae2b629f03.tar.bz2 gentoo-075d2a0d57e85baaa780fb7d409804ae2b629f03.zip |
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>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/sdl-image/sdl-image-1.2.12_p20220527-r1.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/sdl-image/sdl-image-1.2.12_p20220527-r1.ebuild b/media-libs/sdl-image/sdl-image-1.2.12_p20220527-r1.ebuild index ef69929df5ef..41ace8cefe08 100644 --- a/media-libs/sdl-image/sdl-image-1.2.12_p20220527-r1.ebuild +++ b/media-libs/sdl-image/sdl-image-1.2.12_p20220527-r1.ebuild @@ -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 |