aboutsummaryrefslogtreecommitdiff
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-13 08:48:15 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-13 08:48:15 +0000
commitc285e5e533449ad9aac709ddefeebe70626a84b3 (patch)
tree96d52287ca5ca39d64ff093943c0713abc33f866 /mail/mutt-devel
parent2e08731444fac523c2bc676a6cf11bbb9a06fb49 (diff)
downloadports-c285e5e533449ad9aac709ddefeebe70626a84b3.tar.gz
ports-c285e5e533449ad9aac709ddefeebe70626a84b3.zip
- Allow the build WITH_BDB_VER=46
PR: 120512 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=207138
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r--mail/mutt-devel/files/patch-configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mutt-devel/files/patch-configure.ac b/mail/mutt-devel/files/patch-configure.ac
new file mode 100644
index 000000000000..bfe29b70d9d6
--- /dev/null
+++ b/mail/mutt-devel/files/patch-configure.ac
@@ -0,0 +1,11 @@
+--- ./configure.ac.orig 2007-11-01 22:10:06.000000000 +0300
++++ ./configure.ac 2008-02-11 00:32:50.000000000 +0300
+@@ -904,7 +904,7 @@
+ bdbpfx="$bdbpfx $d/$v"
+ done
+ done
+- BDB_VERSIONS="db-4 db4 db-4.5 db4.5 db45 db-4.4 db4.4 db44 db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db ''"
++ BDB_VERSIONS="db-4 db4 db-4.6 db4.6 db46 db-4.5 db4.5 db45 db-4.4 db4.4 db44 db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db ''"
+ AC_MSG_CHECKING([for BerkeleyDB > 4.0])
+ for d in $bdbpfx; do
+ BDB_INCLUDE_DIR=""