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
425 B
Plaintext
13 lines
425 B
Plaintext
$OpenBSD: patch-addressbook_backends_file_e-book-backend-file_c,v 1.1 2007/11/21 16:10:24 jasper Exp $
|
|
--- addressbook/backends/file/e-book-backend-file.c.orig Sun Oct 28 15:29:26 2007
|
|
+++ addressbook/backends/file/e-book-backend-file.c Sun Oct 28 15:30:02 2007
|
|
@@ -32,7 +32,7 @@
|
|
#include <fcntl.h>
|
|
#include <time.h>
|
|
#include <errno.h>
|
|
-#include "db.h"
|
|
+#include <db4/db.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/time.h>
|
|
|