diff options
Diffstat (limited to 'devel/libgtop/patches/patch-aa')
-rw-r--r-- | devel/libgtop/patches/patch-aa | 31 |
1 files changed, 8 insertions, 23 deletions
diff --git a/devel/libgtop/patches/patch-aa b/devel/libgtop/patches/patch-aa index abe25063bd8..b324a410ed6 100644 --- a/devel/libgtop/patches/patch-aa +++ b/devel/libgtop/patches/patch-aa @@ -1,16 +1,16 @@ -$NetBSD: patch-aa,v 1.4 1999/01/16 04:10:06 tron Exp $ +$NetBSD: patch-aa,v 1.5 1999/03/07 19:50:55 tron Exp $ ---- configure.orig Tue Jan 5 20:51:05 1999 -+++ configure Sat Jan 16 04:49:53 1999 -@@ -2021,6 +2021,7 @@ - +--- configure.orig Mon Mar 1 22:52:44 1999 ++++ configure Sun Mar 7 20:37:46 1999 +@@ -2451,6 +2451,7 @@ + fi # Always use our own libtool. +if false; then LIBTOOL='$(SHELL) $(top_builddir)/libtool' # Check for any special flags to pass to ltconfig. -@@ -2065,6 +2066,7 @@ +@@ -2682,6 +2683,7 @@ ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } @@ -18,7 +18,7 @@ $NetBSD: patch-aa,v 1.4 1999/01/16 04:10:06 tron Exp $ # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. -@@ -4425,6 +4427,7 @@ +@@ -5103,6 +5105,7 @@ # Always use our own libtool. @@ -26,7 +26,7 @@ $NetBSD: patch-aa,v 1.4 1999/01/16 04:10:06 tron Exp $ LIBTOOL='$(SHELL) $(top_builddir)/libtool' # Check for any special flags to pass to ltconfig. -@@ -4469,6 +4472,7 @@ +@@ -5334,6 +5337,7 @@ ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } @@ -34,18 +34,3 @@ $NetBSD: patch-aa,v 1.4 1999/01/16 04:10:06 tron Exp $ # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. -@@ -9907,10 +9911,10 @@ - top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac - -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac -+# case "$ac_given_INSTALL" in -+# [/$]*) INSTALL="$ac_given_INSTALL" ;; -+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -+# esac - - echo creating "$ac_file" - rm -f "$ac_file" |