public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-net/
Date: Tue, 26 Mar 2024 12:31:32 +0000 (UTC)	[thread overview]
Message-ID: <1711456051.039e3cb218f244bbcd2790c78c986a1c13c3ce57.sam@gentoo> (raw)

commit:     039e3cb218f244bbcd2790c78c986a1c13c3ce57
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Tue Mar 26 03:20:41 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 12:27:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039e3cb2

media-libs/sdl2-net: 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 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/sdl2-net/sdl2-net-2.2.0.ebuild | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/media-libs/sdl2-net/sdl2-net-2.2.0.ebuild b/media-libs/sdl2-net/sdl2-net-2.2.0.ebuild
index 0e98342e1fa7..751c71d2ba1b 100644
--- a/media-libs/sdl2-net/sdl2-net-2.2.0.ebuild
+++ b/media-libs/sdl2-net/sdl2-net-2.2.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 MY_P=SDL2_net-${PV}
-inherit multilib-minimal
+inherit autotools multilib-minimal
 
 DESCRIPTION="Simple Direct Media Layer Network Support Library"
 HOMEPAGE="https://www.libsdl.org/projects/SDL_net/index.html"
@@ -19,6 +19,11 @@ IUSE="static-libs"
 RDEPEND=">=media-libs/libsdl2-2.0.4[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"
 
+src_prepare() {
+	default
+	eautoreconf
+}
+
 multilib_src_configure() {
 	ECONF_SOURCE="${S}" econf \
 		--disable-examples \


             reply	other threads:[~2024-03-26 12:31 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-26 12:31 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-28  1:00 [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-net/ Sam James
2023-09-27 13:29 Arthur Zamarin
2023-05-17  1:31 Sam James
2022-11-10  6:41 Sam James
2022-07-19  1:09 Sam James
2021-09-25 18:39 Marek Szuba
2021-02-28 12:26 Andreas Sturmlechner
2020-07-18 22:50 Sam James
2019-12-01 13:59 Sergei Trofimovich
2019-12-01 13:52 Sergei Trofimovich
2016-02-16  1:38 Michael Sterrett
2016-01-04  2:56 Michael Sterrett

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1711456051.039e3cb218f244bbcd2790c78c986a1c13c3ce57.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox