diff options
Diffstat (limited to 'net/ORBit/patches/patch-ah')
-rw-r--r-- | net/ORBit/patches/patch-ah | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/net/ORBit/patches/patch-ah b/net/ORBit/patches/patch-ah index 6d99b555060..c4edf30350e 100644 --- a/net/ORBit/patches/patch-ah +++ b/net/ORBit/patches/patch-ah @@ -1,19 +1,19 @@ -$NetBSD: patch-ah,v 1.1 1999/03/05 00:25:10 tron Exp $ +$NetBSD: patch-ah,v 1.2 1999/04/04 19:20:10 tron Exp $ ---- libIDL/configure.orig Wed Feb 24 20:54:31 1999 -+++ libIDL/configure Fri Mar 5 00:18:15 1999 -@@ -2185,6 +2185,7 @@ - fi +--- libIDL/configure.orig Thu Mar 25 20:15:02 1999 ++++ libIDL/configure Sun Apr 4 18:27:26 1999 +@@ -2446,6 +2446,7 @@ + rm -f confcache + - # Always use our own libtool. +if false; then - LIBTOOL='$(SHELL) $(top_builddir)/libtool' + # Actually configure libtool. ac_aux_dir is where install-sh is found. + CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ + LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \ +@@ -2469,6 +2470,7 @@ - # Check for any special flags to pass to ltconfig. -@@ -2416,6 +2417,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; } + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +fi # Redirect the config.log output again, so that the ltconfig log is not |