commit: c583943b4179145234819bca8fc083d049a2bb91
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 05:43:26 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 05:43:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c583943b
sys-libs/ncurses: add link to upstream bug for C23 issue
It hadn't yet shown up in the archive when I committed 6.5_p20241109.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-libs/ncurses/ncurses-6.5_p20241109.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/ncurses/ncurses-6.5_p20241109.ebuild
b/sys-libs/ncurses/ncurses-6.5_p20241109.ebuild
index 2be6b903589e..df1dda200557 100644
--- a/sys-libs/ncurses/ncurses-6.5_p20241109.ebuild
+++ b/sys-libs/ncurses/ncurses-6.5_p20241109.ebuild
@@ -168,7 +168,7 @@ src_configure() {
# bug #214642
BUILD_CPPFLAGS+=" -D_GNU_SOURCE"
- # NCURSES_BOOL confusion, see
+ # NCURSES_BOOL confusion, see
https://lists.gnu.org/archive/html/bug-ncurses/2024-11/msg00010.html
append-cflags -std=gnu17
# Build the various variants of ncurses -- narrow, wide, and threaded.
#510440