]> git.pld-linux.org Git - packages/js.git/commitdiff
-don't link js with termcap
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Thu, 20 May 2004 10:08:51 +0000 (10:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    js-notermcap.patch -> 1.1

js-notermcap.patch [new file with mode: 0644]

diff --git a/js-notermcap.patch b/js-notermcap.patch
new file mode 100644 (file)
index 0000000..9c77956
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN js.orig/src/Makefile.ref js/src/Makefile.ref
+--- js.orig/src/Makefile.ref   Thu May 20 11:26:41 2004
++++ js/src/Makefile.ref        Thu May 20 11:56:57 2004
+@@ -127,7 +127,7 @@
+ ifdef JS_READLINE
+ # For those platforms with the readline library installed.
+ DEFINES += -DEDITLINE
+-PROG_LIBS += -lreadline -ltermcap
++PROG_LIBS += -lreadline
+ else
+ ifdef JS_EDITLINE
+ # Use the editline library, built locally.
This page took 0.071883 seconds and 4 git commands to generate.