diff -car build/Makefile build.new/Makefile *** build/Makefile 2003-08-13 09:25:48.000000000 +0900 --- build.new/Makefile 2003-08-13 09:26:54.000000000 +0900 *************** *** 51,57 **** NVIALL= $(CLOBJS) $(VIOBJS) $(COBJS) $(REOBJS) $(DBOBJS) nvi nex: $(NVIALL) ! $(SHRPENV) $(CC) $(LDFLAGS) -o $@ $(NVIALL) -lcanna -rm -f nex ln $@ nex --- 51,57 ---- NVIALL= $(CLOBJS) $(VIOBJS) $(COBJS) $(REOBJS) $(DBOBJS) nvi nex: $(NVIALL) ! $(SHRPENV) $(CC) $(LDFLAGS) -o $@ $(NVIALL) -lncurses -lcanna -rm -f nex ln $@ nex diff -car build/config.h build.new/config.h *** build/config.h 2003-08-13 09:25:52.000000000 +0900 --- build.new/config.h 2003-08-13 09:26:29.000000000 +0900 *************** *** 72,78 **** /* #undef HAVE_CURSES_NEWTERM */ /* Define if you have the curses(3) setupterm function. */ ! /* #undef HAVE_CURSES_SETUPTERM */ /* Define if you have the curses(3) tigetstr/tigetnum functions. */ /* #undef HAVE_CURSES_TIGETSTR */ --- 72,78 ---- /* #undef HAVE_CURSES_NEWTERM */ /* Define if you have the curses(3) setupterm function. */ ! #define HAVE_CURSES_SETUPTERM 1 /* Define if you have the curses(3) tigetstr/tigetnum functions. */ /* #undef HAVE_CURSES_TIGETSTR */