summaryrefslogtreecommitdiff
path: root/net/jabberd/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'net/jabberd/files/patch-configure')
-rw-r--r--net/jabberd/files/patch-configure20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/jabberd/files/patch-configure b/net/jabberd/files/patch-configure
new file mode 100644
index 000000000000..39311cb7a000
--- /dev/null
+++ b/net/jabberd/files/patch-configure
@@ -0,0 +1,20 @@
+--- configure.orig Mon Dec 29 16:07:44 2003
++++ configure Mon Dec 29 16:07:56 2003
+@@ -23698,7 +23698,7 @@
+ fi;
+
+ if test "$places" = "search"; then
+- places="std /usr/local/include/db4:/usr/local/lib /usr/local
++ places="std /usr/local/include/db41:/usr/local/lib /usr/local
+ /usr/local/BerkeleyDB.4.1 /usr/include/db4:/usr/lib
+ /sw/include/db4:/sw/lib"
+ fi
+@@ -23734,7 +23734,7 @@
+ ;;
+ esac
+
+- for db_libname in db-4.1 db-4 db4 db; do
++ for db_libname in db-4.1 db-4 db41 db; do
+ # We generate a separate cache variable for each prefix and libname
+ # we search under. That way, we avoid caching information that
+ # changes if the user runs `configure' with a different set of