From 55ba1a93b942a8056a8829883d191508e4a69dd6 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 25 Aug 1997 07:41:15 +0000 Subject: Fix saving/restoring tty modes, allow initscr be called twice, from ncurses 4.1 --- lib/ncurses/ncurses/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/ncurses') diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index 5cb0429..8e4d3ea 100644 --- a/lib/ncurses/ncurses/Makefile +++ b/lib/ncurses/ncurses/Makefile @@ -1,5 +1,5 @@ # Makefile for ncurses -# $Id: Makefile,v 1.21 1997/02/22 15:07:38 peter Exp $ +# $Id: Makefile,v 1.22 1997/08/24 19:09:32 ache Exp $ LIB= ncurses SHLIB_MAJOR= 3 @@ -15,7 +15,7 @@ SRCS= lib_kernel.c lib_pad.c lib_bkgd.c \ lib_newterm.c lib_set_term.c lib_overlay.c lib_scrreg.c lib_color.c \ lib_insstr.c lib_insdel.c lib_twait.c lib_window.c copyright.c -CFLAGS+= -I. -I${.CURDIR} -Wall -DMYTINFO +CFLAGS+= -I. -I${.CURDIR} -Wall -DMYTINFO #-DTRACE DPADD= ${LIBMYTINFO} LDADD= -lmytinfo -- cgit v1.1