media-sound/tagtool: build w/ -std=gnu17

Closes: https://bugs.gentoo.org/945267
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-04-24 20:17:39 +01:00
parent 08b19e6322
commit ba29be55aa
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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)