mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 23:09:19 -04:00
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
13 lines
327 B
C
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) \
|