aboutsummaryrefslogtreecommitdiff
path: root/mail/dovecot-fts-xapian/files/patch-src_fts-xapian-plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/dovecot-fts-xapian/files/patch-src_fts-xapian-plugin.h')
-rw-r--r--mail/dovecot-fts-xapian/files/patch-src_fts-xapian-plugin.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/mail/dovecot-fts-xapian/files/patch-src_fts-xapian-plugin.h b/mail/dovecot-fts-xapian/files/patch-src_fts-xapian-plugin.h
new file mode 100644
index 000000000000..e6788f3145a5
--- /dev/null
+++ b/mail/dovecot-fts-xapian/files/patch-src_fts-xapian-plugin.h
@@ -0,0 +1,29 @@
+--- src/fts-xapian-plugin.h.orig 2021-11-10 13:06:54 UTC
++++ src/fts-xapian-plugin.h
+@@ -15,6 +15,12 @@
+ #include "module-context.h"
+ #include "fts-api-private.h"
+
++#ifdef __FreeBSD__
++#include <sys/types.h>
++#include <sys/sysctl.h>
++#include <vm/vm_param.h>
++#endif
++
+ #define XAPIAN_FILE_PREFIX "xapian-indexes"
+ #define XAPIAN_TERM_SIZELIMIT 245L
+ #define XAPIAN_COMMIT_ENTRIES 1000000L
+@@ -27,9 +33,10 @@
+
+ struct fts_xapian_settings
+ {
+- int verbose;
+- long lowmemory;
+- long partial,full;
++ int verbose;
++ unsigned long pagesize;
++ long lowmemory;
++ long partial,full;
+ };
+
+ struct fts_xapian_user {