diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-08-11 11:01:29 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-10-01 18:56:20 +0000 |
commit | 4485bd8221c2c5630b87826d37da850b3361b782 (patch) | |
tree | 8d8c431f691b093caa563a871231d1269047ea42 /mail/cyrus-imapd25 | |
parent | d5d82c5ff9a1069d6e0382029cc8f99d324c9e0b (diff) |
Diffstat (limited to 'mail/cyrus-imapd25')
-rw-r--r-- | mail/cyrus-imapd25/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cyrus-imapd25/Makefile b/mail/cyrus-imapd25/Makefile index 1811ed1c7500..2fd853795ef5 100644 --- a/mail/cyrus-imapd25/Makefile +++ b/mail/cyrus-imapd25/Makefile @@ -158,7 +158,7 @@ CYRUS_MAN8+= fetchnews nntpd .include <bsd.port.pre.mk> -.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) +.if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif |