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, 22 insertions, 0 deletions
diff --git a/devel/gconf2/files/patch-configure b/devel/gconf2/files/patch-configure
new file mode 100644
index 000000000..d2f41ed8f
--- /dev/null
+++ b/devel/gconf2/files/patch-configure
@@ -0,0 +1,22 @@
+
+$FreeBSD: ports/devel/gconf2/files/patch-configure,v 1.6 2002/04/26 09:30:55 sobomax Exp $
+
+--- 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