openbsd-ports/mail/evolution/patches/patch-e-util_e-dbhash_c
marcm a967e7992b Update to 1.2.1.
The 1.2 series includes a host of new features including IPv6 support and
SSL support via OpenSSL instead of mucking about with Mozilla libraries.

For a complete list of the new features, the 1.2 series release notes are
here:
http://developer.ximian.com/projects/evolution/release_notes/1.2.html

while the 1.2.1 release notes are here:
http://developer.ximian.com/projects/evolution/release_notes/1.2.1.html

ok todd@
2003-01-03 21:53:07 +00:00

18 lines
364 B
Plaintext

$OpenBSD: patch-e-util_e-dbhash_c,v 1.2 2003/01/03 21:53:07 marcm Exp $
--- e-util/e-dbhash.c.orig Mon Oct 22 08:54:12 2001
+++ e-util/e-dbhash.c Wed Oct 9 16:57:56 2002
@@ -12,7 +12,13 @@
#include <string.h>
#include <fcntl.h>
+
+#ifdef HAVE_DB3_H
+#include <db3.h>
+#else
#include <db.h>
+#endif
+
#include "md5-utils.h"
#if DB_VERSION_MAJOR != 3 || \