diff options
author | tv <tv> | 1998-10-02 14:55:03 +0000 |
---|---|---|
committer | tv <tv> | 1998-10-02 14:55:03 +0000 |
commit | 23eee9070ca87023b3d1be5d0536dffe42875965 (patch) | |
tree | bba49d61fe9c23c29f38830e5aab1395e2ec88f6 /devel/xdelta | |
parent | aef367094f0a2eb16e12c683d23eae4c3a28e48d (diff) | |
download | pkgsrc-23eee9070ca87023b3d1be5d0536dffe42875965.tar.gz |
Get libtool from the right place.
Diffstat (limited to 'devel/xdelta')
-rw-r--r-- | devel/xdelta/patches/patch-aa | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/devel/xdelta/patches/patch-aa b/devel/xdelta/patches/patch-aa index 98ce3d91fca..60a59f4e64a 100644 --- a/devel/xdelta/patches/patch-aa +++ b/devel/xdelta/patches/patch-aa @@ -1,8 +1,20 @@ -$NetBSD: patch-aa,v 1.1 1998/08/22 13:40:38 garbled Exp $ ---- configure.orig Sat Aug 22 03:46:19 1998 -+++ configure Sat Aug 22 03:51:53 1998 -@@ -2247,3 +2247,3 @@ +$NetBSD: patch-aa,v 1.2 1998/10/02 14:55:03 tv Exp $ + +--- configure.orig Fri Oct 2 10:43:32 1998 ++++ configure Fri Oct 2 10:43:55 1998 +@@ -2244,6 +2244,7 @@ + echo "$ac_t""no" 1>&6 + fi + ++if false; then # Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+LIBTOOL='$(SHELL) $(exec_prefix)/bin/libtool' + LIBTOOL='$(SHELL) $(top_builddir)/libtool' + +@@ -2289,6 +2290,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 how to run the C preprocessor""... $ac_c" 1>&6 + echo "configure:2295: checking how to run the C preprocessor" >&5 |