pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

nudoku: switch to ncurses, wmove() doesn't move the cursor in the grid window.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fcambus%NetBSD.org@localhost>
Pushed By:	fcambus
Date:		Tue Mar 10 21:56:03 2020 +0100
Changeset:	981cdc08c1e0c328ca5913a1fefb53d1e22cea0d

Modified Files:
	nudoku/Makefile

Log Message:
nudoku: switch to ncurses, wmove() doesn't move the cursor in the grid window.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=981cdc08c1e0c328ca5913a1fefb53d1e22cea0d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nudoku/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/nudoku/Makefile b/nudoku/Makefile
index 95097916f0..ef8e8dc84f 100644
--- a/nudoku/Makefile
+++ b/nudoku/Makefile
@@ -21,8 +21,8 @@ SUBST_SED.includes+=	-e 's,"gettext.h",<libintl.h>,'
 GNU_CONFIGURE=		yes
 USE_PKGLOCALEDIR=	yes
 
-FAKE_NCURSES=		yes
+USE_NCURSES=		yes # wmove() doesn't move the cursor in the grid window
 
 .include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../mk/curses.buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index