summaryrefslogtreecommitdiffstats
path: root/devel/gconf2/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gconf2/files/patch-configure')
-rw-r--r--devel/gconf2/files/patch-configure22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/gconf2/files/patch-configure b/devel/gconf2/files/patch-configure
deleted file mode 100644
index b4a36bc49..000000000
--- a/devel/gconf2/files/patch-configure
+++ /dev/null
@@ -1,22 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Fri Apr 26 12:18:08 2002
-+++ configure Fri Apr 26 12:18:36 2002
-@@ -6797,6 +6797,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -7513,7 +7514,7 @@
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-
-- for db3libs in "-ldb-3.3" "-ldb-3.2" "-ldb-3.1" "-ldb-3"; do
-+ for db3libs in "-ldb-3.3" "-ldb-3.2" "-ldb-3.1" "-ldb-3" "-ldb3"; do
- if test "x${with_db3_libs}" != "x"; then
- LIBS="$LIBS -L$with_db3_libs $db3libs"
- else