pkgsrc/mail/evolution/patches/patch-aj

17 lines
521 B
Text

$NetBSD: patch-aj,v 1.4 2001/12/03 10:08:26 tron Exp $
--- addressbook/backend/pas/pas-backend-file.c.orig Tue Jul 10 06:49:49 2001
+++ addressbook/backend/pas/pas-backend-file.c
@@ -18,9 +18,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>