]> git.pld-linux.org Git - packages/js.git/blob - js-notermcap.patch
- prevent bug when there is mode make levels
[packages/js.git] / js-notermcap.patch
1 diff -urN js.orig/src/Makefile.ref js/src/Makefile.ref
2 --- js.orig/src/Makefile.ref    Thu May 20 11:26:41 2004
3 +++ js/src/Makefile.ref Thu May 20 11:56:57 2004
4 @@ -127,7 +127,7 @@
5  ifdef JS_READLINE
6  # For those platforms with the readline library installed.
7  DEFINES += -DEDITLINE
8 -PROG_LIBS += -lreadline -ltermcap
9 +PROG_LIBS += -lreadline
10  else
11  ifdef JS_EDITLINE
12  # Use the editline library, built locally.
This page took 0.043857 seconds and 3 git commands to generate.