summaryrefslogtreecommitdiff
path: root/mail/dbmail/files/patch-src_dbmail.h.in
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2020-03-29 09:36:30 +0000
committerDima Panov <fluffy@FreeBSD.org>2020-03-29 09:36:30 +0000
commit9309a003e2fc7333bab3eb4612ce1c7a2dd5abdb (patch)
treec7802e70cd14d408719d8875ef85fd7feee24056 /mail/dbmail/files/patch-src_dbmail.h.in
parentsysutils/snmp_exporter: update to 0.17.0 (diff)
mail/dbmail: chase databases/libzdb update with new layout
Diffstat (limited to 'mail/dbmail/files/patch-src_dbmail.h.in')
-rw-r--r--mail/dbmail/files/patch-src_dbmail.h.in16
1 files changed, 12 insertions, 4 deletions
diff --git a/mail/dbmail/files/patch-src_dbmail.h.in b/mail/dbmail/files/patch-src_dbmail.h.in
index 875a8062f011..6bb73f4632a9 100644
--- a/mail/dbmail/files/patch-src_dbmail.h.in
+++ b/mail/dbmail/files/patch-src_dbmail.h.in
@@ -1,14 +1,22 @@
--- src/dbmail.h.in.orig 2015-01-25 10:20:50 UTC
+++ src/dbmail.h.in
-@@ -155,6 +155,11 @@
- #include <endian.h>
+@@ -97,6 +97,7 @@
+ #include <ldap.h>
#endif
++#include <zdb.h>
+ #include <URL.h>
+ #include <ResultSet.h>
+ #include <PreparedStatement.h>
+@@ -156,6 +157,11 @@
+ #ifdef HAVE_ENDIAN_H
+ #include <endian.h>
+ #endif
++
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
-+
+
#define GETCONFIGVALUE(key, sect, var) \
config_get_value(key, sect, var); \
- if (strlen(var) > 0) \