diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-08-11 13:01:29 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-10-01 20:56:20 +0200 |
commit | 4485bd8221c2c5630b87826d37da850b3361b782 (patch) | |
tree | 8d8c431f691b093caa563a871231d1269047ea42 /converters/aish | |
parent | www/element-web: Update to 1.11.79 (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 'converters/aish')
-rw-r--r-- | converters/aish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/aish/Makefile b/converters/aish/Makefile index 9e9d38155030..14a46060fb44 100644 --- a/converters/aish/Makefile +++ b/converters/aish/Makefile @@ -16,7 +16,7 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) +.if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=int-conversion .endif |