git: e36698b9f7e5 - main - irc/scrollz: Unbreak on HEAD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 May 2023 13:52:45 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e36698b9f7e5b32fd460a913a2bf4f1d50f3ad6c commit e36698b9f7e5b32fd460a913a2bf4f1d50f3ad6c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-02 13:13:55 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-02 13:52:34 +0000 irc/scrollz: Unbreak on HEAD Approved by: portmgr (blanket) --- irc/scrollz/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/irc/scrollz/Makefile b/irc/scrollz/Makefile index e5471e688f63..3ab611a8f603 100644 --- a/irc/scrollz/Makefile +++ b/irc/scrollz/Makefile @@ -37,6 +37,10 @@ UTF8_CONFIGURE_ENABLE= utf8 .include <bsd.port.pre.mk> +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 +CFLAGS+= -Wno-error=int-conversion +.endif + .if !empty(ICONV_LIB) CONFIGURE_ENV+=ac_cv_func_iconv_open=yes .endif