diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-07 19:38:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-07 19:38:58 +0000 |
commit | 931c1dfdc221bdf440f8134442229903e2f45941 (patch) | |
tree | ab5ebf994c8502b5923188bb930c46338708f656 /mail/mutt-ng | |
parent | e63af88001c88cc160929bf6f5c627c2e8bf3d1f (diff) |
Notes
Diffstat (limited to 'mail/mutt-ng')
-rw-r--r-- | mail/mutt-ng/files/patch-configure | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/mutt-ng/files/patch-configure b/mail/mutt-ng/files/patch-configure index b458a002b6d2..e0d16a783efe 100644 --- a/mail/mutt-ng/files/patch-configure +++ b/mail/mutt-ng/files/patch-configure @@ -1,5 +1,5 @@ --- configure.orig Tue Jun 14 02:01:04 2005 -+++ configure Sat Jun 18 02:45:18 2005 ++++ configure Mon Jun 20 20:13:56 2005 @@ -1774,7 +1774,7 @@ fi @@ -9,6 +9,15 @@ # We need awk for the "check" target. The system "awk" is bad on # some platforms. +@@ -14028,7 +14028,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.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db ''" + echo "$as_me:$LINENO: checking for BerkeleyDB > 4.0" >&5 + echo $ECHO_N "checking for BerkeleyDB > 4.0... $ECHO_C" >&6 + for d in $bdbpfx; do @@ -14037,8 +14037,8 @@ for v in / $BDB_VERSIONS; do if test -r "$d/include/$v/db.h"; then |