mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
2.6 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/base/nvi/ncurses.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./PORT/linux/Makefile 1995-03-18 21:02:03.000000000 +0100
  20. +++ ./PORT/linux/Makefile 2002-09-26 03:41:18.000000000 +0200
  21. @@ -42,19 +42,19 @@
  22. # To use the curses library included in the distribution, uncomment these
  23. # lines.
  24. #
  25. -CDEF= -DDef_term=xDef_term -Dendwin=xendwin -Dttytype=xttytype
  26. -CURSES=-Icurses
  27. -OBJ12= addbytes.o addch.o addnstr.o box.o clear.o clrtobot.o clrtoeol.o \
  28. - cr_put.o ctrace.o cur_hash.o curses.o delch.o deleteln.o delwin.o \
  29. - erase.o fullname.o getch.o getstr.o id_subwins.o idlok.o initscr.o \
  30. - insch.o insertln.o longname.o move.o mvwin.o newwin.o overlay.o \
  31. - overwrite.o putchar.o refresh.o scroll.o setterm.o standout.o \
  32. - toucholap.o touchwin.o tscroll.o tstp.o tty.o unctrl.o
  33. +#CDEF= -DDef_term=xDef_term -Dendwin=xendwin -Dttytype=xttytype
  34. +#CURSES=-Icurses
  35. +#OBJ12= addbytes.o addch.o addnstr.o box.o clear.o clrtobot.o clrtoeol.o \
  36. +# cr_put.o ctrace.o cur_hash.o curses.o delch.o deleteln.o delwin.o \
  37. +# erase.o fullname.o getch.o getstr.o id_subwins.o idlok.o initscr.o \
  38. +# insch.o insertln.o longname.o move.o mvwin.o newwin.o overlay.o \
  39. +# overwrite.o putchar.o refresh.o scroll.o setterm.o standout.o \
  40. +# toucholap.o touchwin.o tscroll.o tstp.o tty.o unctrl.o
  41. # To use the system's curses library, or to include additional
  42. # routines from the system's curses library, uncomment this line.
  43. #
  44. -#CULIB= -lcurses
  45. +CULIB= -lncurses
  46. # To use a System V curses interface with the system's curses library,
  47. # uncomment this line. Using a System V curses library is dangerous.
  48. @@ -93,7 +93,7 @@
  49. # Some vendors use "-ltermcap", not "-ltermlib".
  50. bin/nvi: options.h excmd.h ${ALL}
  51. - ${CC} ${OORG} -o $@ ${ALL} ${CULIB} -ltermcap
  52. + ${CC} ${OORG} -o $@ ${ALL} ${CULIB}
  53. (cd bin; ln -sf nvi nex)
  54. options.h: