aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2023-02-11 09:39:01 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2023-02-11 09:39:01 +0000
commitc7cc2eec7cca42e4c5f0135d7053703ef5ffb826 (patch)
tree2431dd3876298c9a5c75fdf6344eda51c729f2c4 /mail
parent3469e9f2c859fc52273525429e70180c12ac74b5 (diff)
downloadports-c7cc2eec7cca42e4c5f0135d7053703ef5ffb826.tar.gz
ports-c7cc2eec7cca42e4c5f0135d7053703ef5ffb826.zip
mail/cyrus-imapd36: fix build on recent 14-CURRENT.
Diffstat (limited to 'mail')
-rw-r--r--mail/cyrus-imapd36/files/patch-imap__relocate_by_id.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/cyrus-imapd36/files/patch-imap__relocate_by_id.c b/mail/cyrus-imapd36/files/patch-imap__relocate_by_id.c
new file mode 100644
index 000000000000..6623fc0596d2
--- /dev/null
+++ b/mail/cyrus-imapd36/files/patch-imap__relocate_by_id.c
@@ -0,0 +1,12 @@
+Index: imap/relocate_by_id.c
+diff -u -p imap/relocate_by_id.c.orig imap/relocate_by_id.c
+--- imap/relocate_by_id.c.orig 2022-12-12 11:04:29.000000000 +0900
++++ imap/relocate_by_id.c 2023-02-11 17:56:42.710449000 +0900
+@@ -45,6 +45,7 @@
+ #ifdef HAVE_UNISTD_H
+ #include <unistd.h>
+ #endif
++#include <libgen.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <errno.h>