summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/patches/patch-al
diff options
context:
space:
mode:
authortonio <tonio>2007-03-04 13:43:44 +0000
committertonio <tonio>2007-03-04 13:43:44 +0000
commit1f81d64ea3da43a33b1ca2d154dd2832bc0408b5 (patch)
treecaefefce97ad60e2e5bf7cd863860f580cad9e1f /mail/mutt-devel/patches/patch-al
parent53bcf58550d713632d818d98cc6c6d52821f3337 (diff)
downloadpkgsrc-1f81d64ea3da43a33b1ca2d154dd2832bc0408b5.tar.gz
Update mail/mutt-devel to 1.5.14
Changelog: - many bugfixes * curs_lib.c: Clear the progress bar when the current operation has completed. * lib.c: Even more paranoid temporary file creation.
Diffstat (limited to 'mail/mutt-devel/patches/patch-al')
-rw-r--r--mail/mutt-devel/patches/patch-al16
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/mutt-devel/patches/patch-al b/mail/mutt-devel/patches/patch-al
index 5dbf67455be..d31cce3a744 100644
--- a/mail/mutt-devel/patches/patch-al
+++ b/mail/mutt-devel/patches/patch-al
@@ -1,17 +1,17 @@
-$NetBSD: patch-al,v 1.4 2006/07/15 19:34:15 tonio Exp $
+$NetBSD: patch-al,v 1.5 2007/03/04 13:43:45 tonio Exp $
---- configure.orig 2006-07-14 20:15:42.000000000 +0200
+--- configure.orig 2006-09-01 09:01:21.000000000 +0200
+++ configure
-@@ -15076,6 +15076,7 @@ if test "${with_bdb+set}" = set; then
- withval="$with_bdb"
- ac_bdb_prefix=$withval
- fi;
+@@ -17512,6 +17512,7 @@ if test "${with_bdb+set}" = set; then
+ withval=$with_bdb; ac_bdb_prefix=$withval
+ fi
+
+ if test x$BDB_INCLUDE_DIR = x -o test x$BDB_LIB_DIR = x -o test x$BDB_LIB = x; then
if test x$ac_bdb_prefix != xno -a x$ac_cv_gdbmopen != xyes -a x$ac_cv_vlopen != xyes; then
test x$ac_bdb_prefix = xyes && ac_bdb_prefix="$mutt_cv_prefix /opt/csw/bdb4 /opt /usr/local /usr"
for d in $ac_bdb_prefix; do
-@@ -15168,6 +15169,9 @@ echo "${ECHO_T}yes" >&6
- echo "${ECHO_T}no" >&6
+@@ -17618,6 +17619,9 @@ echo "${ECHO_T}yes" >&6; }
+ echo "${ECHO_T}no" >&6; }
fi
fi
+ else