aboutsummaryrefslogtreecommitdiff
path: root/devel/bug-buddy/files/patch-configure
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
commitdf3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch)
tree1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /devel/bug-buddy/files/patch-configure
parentc31f9d6cf28e3aa831ff2390ee3ab6ea031dbc76 (diff)
downloadports-df3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0.tar.gz
ports-df3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_0_0'.release/5.0.0
Notes
Notes: svn path=/head/; revision=73228 svn path=/tags/RELEASE_5_0_0/; revision=73229; tag=release/5.0.0
Diffstat (limited to 'devel/bug-buddy/files/patch-configure')
-rw-r--r--devel/bug-buddy/files/patch-configure35
1 files changed, 0 insertions, 35 deletions
diff --git a/devel/bug-buddy/files/patch-configure b/devel/bug-buddy/files/patch-configure
deleted file mode 100644
index 76e04f71c15f..000000000000
--- a/devel/bug-buddy/files/patch-configure
+++ /dev/null
@@ -1,35 +0,0 @@
---- configure.orig Fri Jun 15 10:20:23 2001
-+++ configure Tue Jun 19 05:49:49 2001
-@@ -5679,2 +5679,19 @@
-
-+# Actually configure libtool. ac_aux_dir is where install-sh is found.
-+CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
-+LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
-+LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
-+DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
-+${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
-+$libtool_flags $ac_aux_dir/ltmain.sh $lt_target \
-+|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
-+
-+# Reload cache, that may have been modified by ltconfig
-+if test -r "$cache_file"; then
-+ echo "loading cache $cache_file"
-+ . $cache_file
-+else
-+ echo "creating cache $cache_file"
-+ > $cache_file
-+fi
-
-@@ -5682,3 +5699,3 @@
- # This can be used to rebuild libtool when needed
--LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
-
-@@ -5686,2 +5703,7 @@
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-+
-+# Redirect the config.log output again, so that the ltconfig log is not
-+# clobbered by the next message.
-+exec 5>>./config.log
-+
-