From 9fcc1f34ce298c6e914e7072c7e4a83aee25bbeb Mon Sep 17 00:00:00 2001 From: Rozhuk Ivan Date: Wed, 27 Jan 2021 01:15:48 +0300 Subject: [PATCH] misc/mc: build fix with ncurses https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252903 --- 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