summaryrefslogtreecommitdiff
path: root/mail/evolution/patches/patch-ag
blob: 60789be232558613f0ebab43c06f913c2e3d4fd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ag,v 1.3 2001/12/03 10:08:26 tron Exp $

--- e-util/e-dbhash.c.orig	Sat Jul 28 00:14:12 2001
+++ e-util/e-dbhash.c
@@ -16,9 +16,9 @@
 #include "md5-utils.h"
 
 #if DB_VERSION_MAJOR != 3 || \
-    DB_VERSION_MINOR != 1 || \
-    DB_VERSION_PATCH != 17
-#error Including wrong DB3.  Need libdb 3.1.17.
+    DB_VERSION_MINOR != 3 || \
+    DB_VERSION_PATCH != 11
+#error Including wrong DB3.  Need libdb 3.3.11.
 #endif
 
 struct _EDbHashPrivate