summaryrefslogtreecommitdiff
path: root/lang/guile
diff options
context:
space:
mode:
authorjlam <jlam>1999-08-29 21:42:04 +0000
committerjlam <jlam>1999-08-29 21:42:04 +0000
commit2257eda2dd1ef0b732dc75f976ce56a9bdd01d8e (patch)
tree9d3089f58dae1a6df69171e70428ccc659c27656 /lang/guile
parent8e2b4e34af46ed5111ca574373b4b1427f11f1cb (diff)
downloadpkgsrc-2257eda2dd1ef0b732dc75f976ce56a9bdd01d8e.tar.gz
Forgot to commit these patches.
Diffstat (limited to 'lang/guile')
-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
+