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_libicalss_icalbdbset_h
Normal file
14
textproc/libical/patches/patch-src_libicalss_icalbdbset_h
Normal file
|
@ -0,0 +1,14 @@
|
|||
don't pick up /usr/include/db.h
|
||||
|
||||
Index: src/libicalss/icalbdbset.h
|
||||
--- src/libicalss/icalbdbset.h.orig
|
||||
+++ src/libicalss/icalbdbset.h
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "libical_icalss_export.h"
|
||||
#include "icalset.h"
|
||||
|
||||
-#include <db.h>
|
||||
+#include <db4/db.h>
|
||||
|
||||
typedef struct icalbdbset_impl icalbdbset;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue