summaryrefslogtreecommitdiff
path: root/shells/esh/patches
diff options
context:
space:
mode:
authortron <tron>2000-11-02 21:51:58 +0000
committertron <tron>2000-11-02 21:51:58 +0000
commit09090db6cddc83bf73e84e7f3fa6e27776dd5a47 (patch)
treee8078977c184fb3f4dfd863745b795ba929565c0 /shells/esh/patches
parent1e1561d2556f06cd0f625a6bb307a49280bfdc5c (diff)
downloadpkgsrc-09090db6cddc83bf73e84e7f3fa6e27776dd5a47.tar.gz
Initial import of "esh" packge:
Unix shell with Lisp-like syntax This package was contributed by Jason Beegan in PR pkg/11376.
Diffstat (limited to 'shells/esh/patches')
-rw-r--r--shells/esh/patches/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/shells/esh/patches/patch-aa b/shells/esh/patches/patch-aa
new file mode 100644
index 00000000000..4129ea9c875
--- /dev/null
+++ b/shells/esh/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/11/02 21:51:58 tron Exp $
+
+--- Makefile.orig Thu Apr 22 09:31:43 1999
++++ Makefile
+@@ -7,11 +7,11 @@
+ # You can compile with a hacked replacement of readline instead by
+ # doing this:
+
+-#INC=-Ifake-readline/
+-#LIB=fake-readline/readline.c
++INC=-Ifake-readline/
++LIB=fake-readline/readline.c
+
+-INC=-I/usr/include/readline
+-LIB=-lreadline
++#INC=-I/usr/include/readline
++#LIB=-lreadline
+
+ # Flags to the compiler:
+ #