Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2023 14:57:20 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: ea1dae99f727 - 2023Q1 - shells/ksh-devel: Fix build with LLVM15
Message-ID:  <202302111457.31BEvK52017147@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=ea1dae99f7271369e016ad47410c85f5b0b70c98

commit ea1dae99f7271369e016ad47410c85f5b0b70c98
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-02-10 14:36:42 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-02-11 14:56:15 +0000

    shells/ksh-devel: Fix build with LLVM15
    
    (cherry picked from commit de86e8a64284ffa601effe0bd2b1fd0bd495abf8)
---
 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 1afac59b48de..aa512aa4b354 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302111457.31BEvK52017147>