summaryrefslogtreecommitdiff
path: root/devel/readline/patches
diff options
context:
space:
mode:
authoragc <agc>1998-03-08 01:40:39 +0000
committeragc <agc>1998-03-08 01:40:39 +0000
commitc3d1186625b13e8856be2079478b61c92d1e5dab (patch)
treef8b0b7c6404621605319f47e281efff45afc8dfa /devel/readline/patches
parent826ec47589d59c8570c25b5e3c4af8029bff1f71 (diff)
downloadpkgsrc-c3d1186625b13e8856be2079478b61c92d1e5dab.tar.gz
Initial import of the GNU readline library (version 2.1) into the
NetBSD packages collection. This is because some other packages play dirty and muck about with the internals of the readline structures, so our libedit-based emulation won't suffice for that. A pity.
Diffstat (limited to 'devel/readline/patches')
-rw-r--r--devel/readline/patches/patch-aa33
1 files changed, 33 insertions, 0 deletions
diff --git a/devel/readline/patches/patch-aa b/devel/readline/patches/patch-aa
new file mode 100644
index 00000000000..d44e3768153
--- /dev/null
+++ b/devel/readline/patches/patch-aa
@@ -0,0 +1,33 @@
+--- Makefile.in 1998/03/06 21:40:55 1.1
++++ Makefile.in 1998/03/06 21:41:04
+@@ -34,6 +34,7 @@
+ RM = rm -f
+ CP = cp
+ MV = mv
++SHELL = /bin/sh
+
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+@@ -191,10 +192,10 @@
+ done
+ -$(MV) $(libdir)/libreadline.a $(libdir)/libreadline.old
+ $(INSTALL_DATA) libreadline.a $(libdir)/libreadline.a
+- -test -n "$(RANLIB)" && -$(RANLIB) -t $(libdir)/libreadline.a
++ -test -n "$(RANLIB)" && $(RANLIB) -t $(libdir)/libreadline.a
+ -( if test -d doc ; then \
+ cd doc && \
+- ${MAKE} ${MFLAGS} infodir=$(infodir) INSTALL_DATA=$(INSTALL_DATA) $@; \
++ ${MAKE} ${MFLAGS} infodir=$(infodir) INSTALL_DATA="$(INSTALL_DATA)" $@; \
+ fi )
+
+ installdirs: $(srcdir)/support/mkdirs
+--- doc/Makefile.in 1998/03/06 22:28:22 1.1
++++ doc/Makefile.in 1998/03/06 22:28:55
+@@ -10,6 +10,7 @@
+ man3dir = $(mandir)/man3
+
+ RM = rm -f
++SHELL = /bin/sh
+
+ TEXINPUTDIR = $(srcdir)
+