Source-Changes-HG archive

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

[src/trunk]: src/distrib/atari/floppies Use the non-WIDE_CHAR libcurses versi...



details:   https://anonhg.NetBSD.org/src/rev/c219e116cc82
branches:  trunk
changeset: 458050:c219e116cc82
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jul 28 10:28:49 2019 +0000

description:
Use the non-WIDE_CHAR libcurses version from libhack

diffstat:

 distrib/atari/floppies/common/list.images |  4 ++--
 distrib/atari/floppies/install/Makefile   |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 542b6aafc436 -r c219e116cc82 distrib/atari/floppies/common/list.images
--- a/distrib/atari/floppies/common/list.images Sun Jul 28 10:27:57 2019 +0000
+++ b/distrib/atari/floppies/common/list.images Sun Jul 28 10:28:49 2019 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: list.images,v 1.12 2017/04/12 17:29:49 christos Exp $
+#      $NetBSD: list.images,v 1.13 2019/07/28 10:28:49 martin Exp $
 
 SRCDIRS        bin sbin usr.bin usr.sbin sys/arch/atari/stand
-LIBS   libhack.o -lprop -lrmt -lz -lutil -lcurses -lterminfo -ll -lm
+LIBS   libhack.o -lprop -lrmt -lz -lutil -lterminfo -ll -lm
 
 # init invokes the shell as -sh
 ARGVLN sh -sh
diff -r 542b6aafc436 -r c219e116cc82 distrib/atari/floppies/install/Makefile
--- a/distrib/atari/floppies/install/Makefile   Sun Jul 28 10:27:57 2019 +0000
+++ b/distrib/atari/floppies/install/Makefile   Sun Jul 28 10:28:49 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2016/08/06 14:51:01 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.7 2019/07/28 10:28:49 martin Exp $
 
 IMAGE=         sysinst.fs
 IMAGESIZE?=    1440k
@@ -6,4 +6,5 @@
 USE_SYSINST=   yes
 IMGMAKEFSOPTIONS= -o bsize=4096,fsize=512,density=4096
 
+HACK_CURSES=yes
 .include "../common/Makefile.images"



Home | Main Index | Thread Index | Old Index