commit: 951516b4afb7be82514e36861876aa9f765aea93 Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com> AuthorDate: Tue Feb 10 14:27:02 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 11 02:25:07 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951516b4
media-sound/abcmidi: add -std=gnu17 Patch to make this valid C23 is too large, see also: https://github.com/sshlien/abcmidi/pull/15 for start of the port. Unfeasible to carry in-tree. Closes: https://bugs.gentoo.org/968775 Closes: https://bugs.gentoo.org/943863 Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com> Part-of: https://github.com/gentoo/gentoo/pull/45728 Closes: https://github.com/gentoo/gentoo/pull/45728 Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/abcmidi/abcmidi-2025.02.16.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/abcmidi/abcmidi-2025.02.16.ebuild b/media-sound/abcmidi/abcmidi-2025.02.16.ebuild index f28205192dcd..3ca348e4d0c9 100644 --- a/media-sound/abcmidi/abcmidi-2025.02.16.ebuild +++ b/media-sound/abcmidi/abcmidi-2025.02.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,6 +30,7 @@ src_configure() { # https://bugs.gentoo.org/876421 # https://github.com/sshlien/abcmidi/issues/9 filter-lto + append-cflags -std=gnu17 default }
