diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-06-08 16:23:08 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-06-08 16:23:08 +0000 |
commit | b3c3f1890805598642aa44ae71c336f7800298df (patch) | |
tree | 69ce5dee8832e6a6d9d21361eca5bd2cd7f840b2 /mail/dbmail/files/patch-src_dbmail.h.in | |
parent | net/freerdp: update to 2.1.0 (diff) |
mail/dbmail: Update version 3.2.3=>3.2.4
- Migrate to Github
PR: 247084
Submitted by: fluffy
Relnotes: https://github.com/dbmail/dbmail/commit/c9f8fee139215aba52071f1c2ac268e282b0de18
Notes
Notes:
svn path=/head/; revision=538230
Diffstat (limited to 'mail/dbmail/files/patch-src_dbmail.h.in')
-rw-r--r-- | mail/dbmail/files/patch-src_dbmail.h.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/dbmail/files/patch-src_dbmail.h.in b/mail/dbmail/files/patch-src_dbmail.h.in deleted file mode 100644 index 6bb73f4632a9..000000000000 --- a/mail/dbmail/files/patch-src_dbmail.h.in +++ /dev/null @@ -1,22 +0,0 @@ ---- src/dbmail.h.in.orig 2015-01-25 10:20:50 UTC -+++ src/dbmail.h.in -@@ -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); \ |