openbsd-ports/databases/evolution-data-server/patches/patch-addressbook_libedata-book_e-book-backend-db-cache_c
jasper 19b1eb2037 - update evolution-data-server to 1.12.1
- enable linking against already installed libdb.so instead of the
  internally shipped static library

"no objections here" martynas@

mostly done somewhere between budapest and amsterdam
2007-11-21 16:10:23 +00:00

12 lines
432 B
Plaintext

$OpenBSD: patch-addressbook_libedata-book_e-book-backend-db-cache_c,v 1.1 2007/11/21 16:10:24 jasper Exp $
--- addressbook/libedata-book/e-book-backend-db-cache.c.orig Sun Oct 28 15:25:15 2007
+++ addressbook/libedata-book/e-book-backend-db-cache.c Sun Oct 28 15:27:20 2007
@@ -23,6 +23,7 @@
#include <config.h>
#endif
+#include <db4/db.h>
#include <string.h>
#include "e-book-backend-db-cache.h"
#include "e-book-backend.h"