From af27c52aa3c4aa3c0a3d7c060e766e726cfb9a65 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Thu, 6 Dec 2001 12:01:24 +0000 Subject: Disable run-time checks for the libdb version. This should fix problems with addressbook. Bump PORTREVISION. PR: 32541 Submitted by: Joe Marcus Clarke --- mail/evolution/files/patch-e-util::e-dbhash.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 mail/evolution/files/patch-e-util::e-dbhash.c (limited to 'mail/evolution/files/patch-e-util::e-dbhash.c') diff --git a/mail/evolution/files/patch-e-util::e-dbhash.c b/mail/evolution/files/patch-e-util::e-dbhash.c new file mode 100644 index 000000000000..438c608362ae --- /dev/null +++ b/mail/evolution/files/patch-e-util::e-dbhash.c @@ -0,0 +1,21 @@ + +$FreeBSD$ + +--- e-util/e-dbhash.c 2001/12/06 10:25:50 1.1 ++++ e-util/e-dbhash.c 2001/12/06 10:26:28 +@@ -33,6 +33,7 @@ + DB *db; + int rv; + ++#if 0 + int major, minor, patch; + + db_version (&major, &minor, &patch); +@@ -43,6 +44,7 @@ + g_warning ("Wrong version of libdb."); + return NULL; + } ++#endif + + /* Attempt to open the database */ + rv = db_create (&db, NULL, 0); -- cgit v1.2.3