summaryrefslogtreecommitdiff
path: root/mail/evolution/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'mail/evolution/patches/patch-ag')
-rw-r--r--mail/evolution/patches/patch-ag17
1 files changed, 15 insertions, 2 deletions
diff --git a/mail/evolution/patches/patch-ag b/mail/evolution/patches/patch-ag
index 60789be2325..a9bea5231ee 100644
--- a/mail/evolution/patches/patch-ag
+++ b/mail/evolution/patches/patch-ag
@@ -1,6 +1,6 @@
-$NetBSD: patch-ag,v 1.3 2001/12/03 10:08:26 tron Exp $
+$NetBSD: patch-ag,v 1.4 2002/09/05 23:25:27 rh Exp $
---- e-util/e-dbhash.c.orig Sat Jul 28 00:14:12 2001
+--- e-util/e-dbhash.c.orig Mon Oct 22 23:54:12 2001
+++ e-util/e-dbhash.c
@@ -16,9 +16,9 @@
#include "md5-utils.h"
@@ -15,3 +15,16 @@ $NetBSD: patch-ag,v 1.3 2001/12/03 10:08:26 tron Exp $
#endif
struct _EDbHashPrivate
+@@ -37,9 +37,9 @@
+
+ db_version (&major, &minor, &patch);
+
+- if (major != 3 ||
+- minor != 1 ||
+- patch != 17) {
++ if (major != DB_VERSION_MAJOR ||
++ minor != DB_VERSION_MINOR ||
++ patch != DB_VERSION_PATCH) {
+ g_warning ("Wrong version of libdb.");
+ return NULL;
+ }