initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / base / nvi / ncurses.patch
1 --- ./PORT/linux/Makefile.orig  2003-10-20 22:28:45.000000000 +0200
2 +++ ./PORT/linux/Makefile       2003-10-20 22:41:15.000000000 +0200
3 @@ -42,19 +42,19 @@
4  # To use the curses library included in the distribution, uncomment these
5  # lines.
6  #
7 -CDEF=  -DDef_term=xDef_term -Dendwin=xendwin -Dttytype=xttytype
8 -CURSES=-Icurses
9 -OBJ12= addbytes.o addch.o addnstr.o box.o clear.o clrtobot.o clrtoeol.o \
10 -       cr_put.o ctrace.o cur_hash.o curses.o delch.o deleteln.o delwin.o \
11 -       erase.o fullname.o getch.o getstr.o id_subwins.o idlok.o initscr.o \
12 -       insch.o insertln.o longname.o move.o mvwin.o newwin.o overlay.o \
13 -       overwrite.o putchar.o refresh.o scroll.o setterm.o standout.o \
14 -       toucholap.o touchwin.o tscroll.o tstp.o tty.o unctrl.o
15 +#CDEF= -DDef_term=xDef_term -Dendwin=xendwin -Dttytype=xttytype
16 +#CURSES=-Icurses
17 +#OBJ12=        addbytes.o addch.o addnstr.o box.o clear.o clrtobot.o clrtoeol.o \
18 +#      cr_put.o ctrace.o cur_hash.o curses.o delch.o deleteln.o delwin.o \
19 +#      erase.o fullname.o getch.o getstr.o id_subwins.o idlok.o initscr.o \
20 +#      insch.o insertln.o longname.o move.o mvwin.o newwin.o overlay.o \
21 +#      overwrite.o putchar.o refresh.o scroll.o setterm.o standout.o \
22 +#      toucholap.o touchwin.o tscroll.o tstp.o tty.o unctrl.o
23  
24  # To use the system's curses library, or to include additional
25  # routines from the system's curses library, uncomment this line.
26  #
27 -#CULIB=        -lcurses
28 +CULIB= -lncurses
29  
30  # To use a System V curses interface with the system's curses library,
31  # uncomment this line.  Using a System V curses library is dangerous.