19b1eb2037
- 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
13 lines
455 B
Plaintext
13 lines
455 B
Plaintext
$OpenBSD: patch-addressbook_backends_groupwise_e-book-backend-groupwise_c,v 1.6 2007/11/21 16:10:24 jasper Exp $
|
|
--- addressbook/backends/groupwise/e-book-backend-groupwise.c.orig Sun Oct 28 15:31:57 2007
|
|
+++ addressbook/backends/groupwise/e-book-backend-groupwise.c Sun Oct 28 15:32:13 2007
|
|
@@ -31,7 +31,7 @@
|
|
#include <time.h>
|
|
#include <unistd.h>
|
|
#include <errno.h>
|
|
-#include "db.h"
|
|
+#include <db4/db.h>
|
|
|
|
#include <glib.h>
|
|
#include <glib/gstdio.h>
|