From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liblingoteach/
Date: Tue, 19 Nov 2024 13:52:50 +0000 (UTC) [thread overview]
Message-ID: <1732023582.5bac233dc8d258936d1622c55591b10adf51a943.sam@gentoo> (raw)
commit: 5bac233dc8d258936d1622c55591b10adf51a943
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 19 13:39:42 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 13:39:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bac233d
media-libs/liblingoteach: fix modern C issue in configure
Closes: https://bugs.gentoo.org/899826
Signed-off-by: Sam James <sam <AT> gentoo.org>
...blingoteach-0.2.3-r1.ebuild => liblingoteach-0.2.3-r2.ebuild} | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/media-libs/liblingoteach/liblingoteach-0.2.3-r1.ebuild b/media-libs/liblingoteach/liblingoteach-0.2.3-r2.ebuild
similarity index 90%
rename from media-libs/liblingoteach/liblingoteach-0.2.3-r1.ebuild
rename to media-libs/liblingoteach/liblingoteach-0.2.3-r2.ebuild
index 95253511e9be..db15a931adee 100644
--- a/media-libs/liblingoteach/liblingoteach-0.2.3-r1.ebuild
+++ b/media-libs/liblingoteach/liblingoteach-0.2.3-r2.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+inherit autotools
+
DESCRIPTION="A library to support lingoteach-ui and for generic lesson development"
HOMEPAGE="http://lingoteach.sourceforge.net"
SRC_URI="https://downloads.sourceforge.net/lingoteach/${P}.tar.gz"
@@ -19,6 +21,13 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
+src_prepare() {
+ default
+
+ # bug #899826
+ eautoreconf
+}
+
src_configure() {
local myeconfargs=(
$(use_enable zlib compression)
next reply other threads:[~2024-11-19 13:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-19 13:52 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-08 17:34 [gentoo-commits] repo/gentoo:master commit in: media-libs/liblingoteach/ Arthur Zamarin
2024-06-08 17:33 Arthur Zamarin
2024-05-19 18:11 Arthur Zamarin
2024-05-19 18:11 Arthur Zamarin
2018-06-02 22:38 Aaron Bauman
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=1732023582.5bac233dc8d258936d1622c55591b10adf51a943.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