ports/mail/dbmail/files/patch-src_dbmail.h.in
Martin Wilke 1a1b5bf057 - Update to fix LDAP linking to libldap.so instead of libldap_r.so, upstream
mainly have linux where the libraries are symlinked so less interest in
  fixing.
- fix bug where the mhash version is shown instead of the dbmail one.
- Bump PORTREVISION

PR:		168501
Submitted by:	Maintainer
2012-06-04 03:01:54 +00:00

13 lines
327 B
C

--- src/dbmail.h.in.orig 2012-05-31 13:06:26.000000000 +0100
+++ src/dbmail.h.in 2012-05-31 13:07:01.000000000 +0100
@@ -150,6 +150,10 @@
#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) \