summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-02-08 15:07:15 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-02-08 15:07:15 +0000
commita3bbdaf164f8fdb52703e648c2057227c17512ba (patch)
tree1fafa7f8e85882f4a4cd6798a8172dee3bb6b394 /mail/mutt-devel
parentAdd another squid issue. (diff)
Maintainer update of mail/mutt-devel:
- Fix building of WITH_MUTT_IMAP_HEADER_CACHE if not only db42 is installed but also other db4x versions. PR: 77254 Submitted by: Udo Schweigert <udo.schweigert at siemens.com>
Notes
Notes: svn path=/head/; revision=128279
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r--mail/mutt-devel/files/patch-hcache-db10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/mutt-devel/files/patch-hcache-db b/mail/mutt-devel/files/patch-hcache-db
index aa74639ee837..b7e8e68e4dcf 100644
--- a/mail/mutt-devel/files/patch-hcache-db
+++ b/mail/mutt-devel/files/patch-hcache-db
@@ -1,11 +1,11 @@
---- configure.old Fri Jan 28 11:01:06 2005
-+++ configure Fri Feb 4 09:18:42 2005
-@@ -12642,7 +12642,7 @@
+--- configure.in.orig2 Tue Feb 8 09:02:55 2005
++++ configure.in Tue Feb 8 09:04:01 2005
+@@ -811,7 +811,7 @@
bdbpfx="$bdbpfx $d/$v"
done
done
- BDB_VERSIONS="db-4 db4 db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db ''"
+ BDB_VERSIONS="db-4.2 db4.2 db42 ''"
- echo "$as_me:$LINENO: checking for BerkeleyDB > 4.0" >&5
- echo $ECHO_N "checking for BerkeleyDB > 4.0... $ECHO_C" >&6
+ AC_MSG_CHECKING([for BerkeleyDB > 4.0])
for d in $bdbpfx; do
+ BDB_INCLUDE_DIR=""