diff options
author | tv <tv> | 1998-07-17 19:39:42 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-17 19:39:42 +0000 |
commit | 4ee0ef8a9641164879e6b88d5a718508d4fc6d6a (patch) | |
tree | fd1f320e1979828285b4d483179687f0d57c8ca8 /lang/guile/patches | |
parent | 2300e5923c119f093197ea87be15bfe800341d5f (diff) | |
download | pkgsrc-4ee0ef8a9641164879e6b88d5a718508d4fc6d6a.tar.gz |
Modify to use pkg'd libtool instead of private copy. Give it proper
INSTALL_* macros in configure instead of patching around them. Remove
aclocal directory if this is the last pkg using it.
Portlint: reformat DESCR to <80 columns.
Diffstat (limited to 'lang/guile/patches')
-rw-r--r-- | lang/guile/patches/patch-ab | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/lang/guile/patches/patch-ab b/lang/guile/patches/patch-ab index c2ebb3243fe..0455047eae9 100644 --- a/lang/guile/patches/patch-ab +++ b/lang/guile/patches/patch-ab @@ -1,10 +1,20 @@ ---- libguile/Makefile.in.orig Sun Nov 2 15:47:39 1997 -+++ libguile/Makefile.in Sun Nov 2 15:47:48 1997 -@@ -40,7 +40,6 @@ - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ --INSTALL_SCRIPT = @INSTALL_SCRIPT@ - transform = @program_transform_name@ - - NORMAL_INSTALL = true +--- configure.orig Fri Jul 17 15:25:15 1998 ++++ configure Fri Jul 17 15:25:40 1998 +@@ -1167,7 +1167,7 @@ + + + +- ++if false; then + # Always use our own libtool. + LIBTOOL='$(top_builddir)/libtool' + +@@ -1216,7 +1216,7 @@ + ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ + $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } +- ++fi + + echo $ac_n "checking for AIX""... $ac_c" 1>&6 + echo "configure:1223: checking for AIX" >&5 |