app-i18n/kakasi: pass -std=gnu17 for gcc-15

Note checked upstream state closely, but hasn't gotten a
release in 11 years so just going to pass it.

Closes: https://bugs.gentoo.org/944244
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-04-26 21:37:27 -04:00
parent 407300aced
commit 3abe2650c7

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit autotools
inherit autotools flag-o-matic
DESCRIPTION="Converts Japanese text between kanji, kana, and romaji"
HOMEPAGE="http://kakasi.namazu.org/"
@@ -25,6 +25,9 @@ src_prepare() {
# Clang 16 patch
eautoreconf
# for gcc-15 (bug #944244)
append-cflags -std=gnu17
}
src_install() {