summaryrefslogtreecommitdiff
path: root/mail/evolution/patches/patch-aj
blob: 80d5d7c717f47938241d2ee513f6b6861899a9df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-aj,v 1.5 2002/03/26 20:50:13 rh Exp $

--- addressbook/backend/pas/pas-backend-file.c.orig	Mon Mar 18 21:58:17 2002
+++ addressbook/backend/pas/pas-backend-file.c	Tue Mar 26 15:02:22 2002
@@ -21,9 +21,9 @@
 #include <e-util/e-db3-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
 
 #include <gtk/gtksignal.h>