From 77b285d5be51734f410ef42e60cb195cbee7e2a8 Mon Sep 17 00:00:00 2001 From: Ben Woods Date: Tue, 26 Jan 2021 23:04:55 +0000 Subject: [PATCH] misc/mc: Fix build with ncurses option PR: 252903 Submitted by: Rozhuk Ivan Reported by: jakub_lach@mailplus.pl Reported by: mbeis@xs4all.nl Reported by: m.bueker@berlin.de Reported by: michael.osipov@siemens.com --- misc/mc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 3b6935199166..846c32f5c714 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -39,6 +39,7 @@ ICONV_USES= iconv ICONV_CONFIGURE_ENABLE= charset NCURSES_CONFIGURE_ON= --with-screen=ncurses +NCURSES_CFLAGS+= -DNCURSES_WIDECHAR NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext