svn commit: r563008 - head/misc/mc

Ben Woods woodsb02 at FreeBSD.org
Tue Jan 26 23:04:55 UTC 2021


Author: woodsb02
Date: Tue Jan 26 23:04:55 2021
New Revision: 563008
URL: https://svnweb.freebsd.org/changeset/ports/563008

Log:
  misc/mc: Fix build with ncurses option
  
  PR:		252903
  Submitted by:	Rozhuk Ivan <rozhuk.im at gmail.com>
  Reported by:	jakub_lach at mailplus.pl
  Reported by:	mbeis at xs4all.nl
  Reported by:	m.bueker at berlin.de
  Reported by:	michael.osipov at siemens.com

Modified:
  head/misc/mc/Makefile

Modified: head/misc/mc/Makefile
==============================================================================
--- head/misc/mc/Makefile	Tue Jan 26 22:42:24 2021	(r563007)
+++ head/misc/mc/Makefile	Tue Jan 26 23:04:55 2021	(r563008)
@@ -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


More information about the svn-ports-all mailing list