commit: ba29be55aa292cf622e924bbfcd16d273999d950 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Apr 24 19:17:39 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 24 19:32:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba29be55
media-sound/tagtool: build w/ -std=gnu17 Closes: https://bugs.gentoo.org/945267 Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/tagtool/tagtool-0.12.3-r2.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/media-sound/tagtool/tagtool-0.12.3-r2.ebuild b/media-sound/tagtool/tagtool-0.12.3-r2.ebuild index 65eb348ceaf0..e3f79507b062 100644 --- a/media-sound/tagtool/tagtool-0.12.3-r2.ebuild +++ b/media-sound/tagtool/tagtool-0.12.3-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit autotools xdg +inherit autotools flag-o-matic xdg DESCRIPTION="Audio Tag Tool Ogg/Mp3 Tagger" HOMEPAGE="https://sourceforge.net/projects/tagtool/" @@ -34,6 +34,9 @@ src_prepare() { } src_configure() { + # bug #945267 + append-cflags -std=gnu17 + econf \ $(use_enable mp3) \ $(use_enable vorbis)
