summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>1999-08-29 21:42:04 +0000
committerjlam <jlam@pkgsrc.org>1999-08-29 21:42:04 +0000
commitec101152bbca1931f4e5e9e0d05980bf0913bd45 (patch)
tree9d3089f58dae1a6df69171e70428ccc659c27656 /lang
parent3b4d6e98bac516a4e9e3f2ae0bebf9fd725f41c1 (diff)
downloadpkgsrc-ec101152bbca1931f4e5e9e0d05980bf0913bd45.tar.gz
Forgot to commit these patches.
Diffstat (limited to 'lang')
-rw-r--r--lang/guile/patches/patch-ac20
-rw-r--r--lang/guile/patches/patch-ad15
2 files changed, 35 insertions, 0 deletions
diff --git a/lang/guile/patches/patch-ac b/lang/guile/patches/patch-ac
new file mode 100644
index 00000000000..6f6c1d6860f
--- /dev/null
+++ b/lang/guile/patches/patch-ac
@@ -0,0 +1,20 @@
+$NetBSD: patch-ac,v 1.1 1999/08/29 21:42:04 jlam Exp $
+
+--- guile-readline/configure.orig Wed Aug 25 07:15:20 1999
++++ guile-readline/configure Sun Aug 29 14:07:18 1999
+@@ -1450,13 +1450,14 @@
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+
++if false; then
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+
+ # Redirect the config.log output again, so that the ltconfig log is not
+ # clobbered by the next message.
+ exec 5>>./config.log
+-
++fi
+
+ for termlib in ncurses termcap ; do
+ echo $ac_n "checking for tgoto in -l${termlib}""... $ac_c" 1>&6
diff --git a/lang/guile/patches/patch-ad b/lang/guile/patches/patch-ad
new file mode 100644
index 00000000000..e95b9a98d46
--- /dev/null
+++ b/lang/guile/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1 1999/08/29 21:42:04 jlam Exp $
+
+--- guile-readline/Makefile.in.orig Wed Aug 25 11:36:20 1999
++++ guile-readline/Makefile.in Sun Aug 29 15:43:37 1999
+@@ -153,8 +153,8 @@
+ $(mkinstalldirs) $(DESTDIR)$(libdir)
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ if test -f $$p; then \
+- echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
+- $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
++ echo "$(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
++ $(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
+ else :; fi; \
+ done
+