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/libsrs_alt | |
| parent | d5d82c5ff9a1069d6e0382029cc8f99d324c9e0b (diff) | |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601
Diffstat (limited to 'mail/libsrs_alt')
| -rw-r--r-- | mail/libsrs_alt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/libsrs_alt/Makefile b/mail/libsrs_alt/Makefile index f69e06ce8acf..3f08252c3c12 100644 --- a/mail/libsrs_alt/Makefile +++ b/mail/libsrs_alt/Makefile @@ -25,7 +25,7 @@ SHLIB_MAJOR= 1 .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) +.if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif |
