git: de86e8a64284 - main - shells/ksh-devel: Fix build with LLVM15

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Fri, 10 Feb 2023 14:41:22 UTC
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=de86e8a64284ffa601effe0bd2b1fd0bd495abf8

commit de86e8a64284ffa601effe0bd2b1fd0bd495abf8
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-02-10 14:36:42 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-02-10 14:40:47 +0000

    shells/ksh-devel: Fix build with LLVM15
---
 shells/ksh-devel/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shells/ksh-devel/Makefile b/shells/ksh-devel/Makefile
index 29496a0e319c..7f2844d1855d 100644
--- a/shells/ksh-devel/Makefile
+++ b/shells/ksh-devel/Makefile
@@ -50,7 +50,7 @@ KSH93D_DESC=		Install to ${PREFIX}/bin/ksh93d (development)
 
 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