summaryrefslogtreecommitdiff
path: root/mail/evolution12/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'mail/evolution12/patches/patch-ag')
-rw-r--r--mail/evolution12/patches/patch-ag30
1 files changed, 0 insertions, 30 deletions
diff --git a/mail/evolution12/patches/patch-ag b/mail/evolution12/patches/patch-ag
deleted file mode 100644
index ebe43ce1ae0..00000000000
--- a/mail/evolution12/patches/patch-ag
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-ag,v 1.1.1.1 2004/01/04 21:39:51 rh Exp $
-
---- 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"
-
- #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
-@@ -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;
- }