diff options
Diffstat (limited to 'audio/esound/patches/patch-aa')
-rw-r--r-- | audio/esound/patches/patch-aa | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/audio/esound/patches/patch-aa b/audio/esound/patches/patch-aa index b84bf95cd44..6fbb27f9ba3 100644 --- a/audio/esound/patches/patch-aa +++ b/audio/esound/patches/patch-aa @@ -1,20 +1,20 @@ -$NetBSD: patch-aa,v 1.2 1999/02/14 21:21:39 tron Exp $ +$NetBSD: patch-aa,v 1.3 1999/10/22 23:43:48 tron Exp $ ---- configure.orig Sat Jul 18 04:51:16 1998 -+++ configure Sun Feb 14 22:16:51 1999 -@@ -1198,6 +1198,7 @@ +--- configure.orig Tue Oct 5 14:49:21 1999 ++++ configure Fri Oct 22 21:29:53 1999 +@@ -1684,6 +1684,7 @@ fi - # Always use our own libtool. -+if false; then - LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++if false; then # Check for any special flags to pass to ltconfig. -@@ -1242,6 +1243,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; } + libtool_flags="--cache-file=$cache_file" + test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" +@@ -1980,6 +1981,7 @@ + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +fi - # Extract the first word of "gcc", so it can be a program name with args. - set dummy gcc; ac_word=$2 + # Redirect the config.log output again, so that the ltconfig log is not + # clobbered by the next message. |