aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/js/js/libtermcap.patch
blob: 045b4fb565a21c1b23b88b99bbe6a931b28df18c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: src/Makefile.ref
===================================================================
--- src.orig/Makefile.ref
+++ src/Makefile.ref
@@ -127,7 +127,7 @@ endif
 ifdef JS_READLINE
 # For those platforms with the readline library installed.
 DEFINES += -DEDITLINE
-PROG_LIBS += -lreadline -ltermcap
+PROG_LIBS += -lreadline -lncurses
 else
 ifdef JS_EDITLINE
 # Use the editline library, built locally.