blob: e622ccd7f097d9c1acd17d001653736b7a86ee61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-af,v 1.4 2004/05/06 10:03:54 recht Exp $
--- e-util/e-db3-utils.c.orig 2002-11-02 09:25:00.000000000 +0100
+++ e-util/e-db3-utils.c
@@ -13,9 +13,9 @@
#include <libgnome/gnome-util.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
static char *
|