From 8204f21762c1e2b04242da28f4e75643457a21f4 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sun, 26 Oct 2025 23:18:44 +0100 Subject: [PATCH] fix building --- ncurses/ncurses.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ncurses/ncurses.patch b/ncurses/ncurses.patch index e0f103956f..b08f6cdb60 100644 --- a/ncurses/ncurses.patch +++ b/ncurses/ncurses.patch @@ -116,3 +116,16 @@ Index: test/programs demo_forms $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) demo_forms edit_field popup_msg demo_keyok $(LDFLAGS_CURSES) $(LOCAL_LIBS) demo_keyok demo_menus $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) demo_menus +Index: ncurses/tty/tty_update.c +--- ncurses/tty/tty_update.c.orig 2025-10-26 23:12:02.572735000 +0100 ++++ ncurses/tty/tty_update.c 2025-10-26 23:13:40.525241000 +0100 +@@ -84,6 +84,9 @@ + #endif + + #include ++#if USE_WIDEC_SUPPORT ++#include ++#endif + + MODULE_ID("$Id: tty_update.c,v 1.319 2025/10/25 23:40:17 tom Exp $") +