SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
textproc/libical/patches/patch-src_test_regression-storage_c
Normal file
14
textproc/libical/patches/patch-src_test_regression-storage_c
Normal file
|
@ -0,0 +1,14 @@
|
|||
don't pick up /usr/include/db.h
|
||||
|
||||
Index: src/test/regression-storage.c
|
||||
--- src/test/regression-storage.c.orig
|
||||
+++ src/test/regression-storage.c
|
||||
@@ -58,7 +58,7 @@ struct calendar
|
||||
int vcalendar_init(struct calendar **cal, const char *vcalendar, const char *title);
|
||||
|
||||
#if defined(HAVE_BDB)
|
||||
-#include <db.h>
|
||||
+#include <db4/db.h>
|
||||
|
||||
int get_title(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey);
|
||||
char *parse_vcalendar(const DBT *dbt);
|
Loading…
Add table
Add a link
Reference in a new issue