pkgsrc/lang/guile/patches/patch-ad
uebayasi bba52d5454 Update Guile to 1.6.1.
Changes since Guile 1.6.0:

* Changes to the distribution
	** Guile now provide and uses an "effective" version number.
	** Guile now uses it's own version of libltdl.
	** The Emacs interface has been fixed.
	** The SRFI C headers are now installed.
* Changes to Scheme functions and syntax
	** New function: effective-version
* Changes to the C interface
	** New function: scm_effective_version
2003-01-06 10:38:06 +00:00

22 lines
793 B
Text

$NetBSD: patch-ad,v 1.5 2003/01/06 10:38:08 uebayasi Exp $
--- guile-readline/Makefile.in.orig Mon Dec 16 15:11:45 2002
+++ guile-readline/Makefile.in
@@ -134,7 +134,7 @@
libguilereadline_v_@LIBGUILEREADLINE_MAJOR@_la_SOURCES = readline.c
libguilereadline_v_@LIBGUILEREADLINE_MAJOR@_la_LIBADD = ../libguile/libguile.la
libguilereadline_v_@LIBGUILEREADLINE_MAJOR@_la_LDFLAGS = -version-info @LIBGUILEREADLINE_INTERFACE@ \
- -export-dynamic -no-undefined
+ -export-dynamic
BUILT_SOURCES = readline.x
@@ -207,7 +207,7 @@
$(ACLOCAL_M4): configure.in
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
-libLTLIBRARIES_INSTALL = $(INSTALL)
+libLTLIBRARIES_INSTALL = $(INSTALL_DATA)
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(libdir)