Date: Sat, 11 Feb 2023 14:57:19 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 1790176e6d8b - 2023Q1 - shells/ksh: Fix build with LLVM15 Message-ID: <202302111457.31BEvJY7017116@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q1 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=1790176e6d8bb6455bd0d8afa8d061c6d4d48ee5 commit 1790176e6d8bb6455bd0d8afa8d061c6d4d48ee5 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-02-10 14:35:46 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-02-11 14:56:03 +0000 shells/ksh: Fix build with LLVM15 (cherry picked from commit 40c294fd4f875a424d08c65bbb0dccb89a5e6e88) --- shells/ksh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/ksh/Makefile b/shells/ksh/Makefile index ca0d38165128..e006024685ed 100644 --- a/shells/ksh/Makefile +++ b/shells/ksh/Makefile @@ -44,7 +44,7 @@ KSH93N_DESC= Install to ${PREFIX}/bin/ksh93n (new) CFLAGS+= -DMAP_TYPE LDFLAGS+= -lm -MAKE_ENV= CCFLAGS="-Wno-unused-value -Wno-parentheses -Wno-logical-op-parentheses" CFLAGS="${CFLAGS}" +MAKE_ENV= CCFLAGS="-Wno-unused-value -Wno-parentheses -Wno-logical-op-parentheses -Wno-int-conversion" CFLAGS="${CFLAGS}" STATIC_MAKE_ENV= LDFLAGS+=-static
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302111457.31BEvJY7017116>