Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2023 14:57:17 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: 5c8895c0b506 - 2023Q1 - shells/ksh93: Fix build with LLVM15
Message-ID:  <202302111457.31BEvHUM017092@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=5c8895c0b5066c8c4ee0f123798527194b86c3de

commit 5c8895c0b5066c8c4ee0f123798527194b86c3de
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-02-10 14:35:01 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-02-11 14:55:51 +0000

    shells/ksh93: Fix build with LLVM15
    
    (cherry picked from commit b3690ff9ffe8bfaa0460e888d5cbb0a1ea47f397)
---
 shells/ksh93/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile
index 9814c5114408..59464583933c 100644
--- a/shells/ksh93/Makefile
+++ b/shells/ksh93/Makefile
@@ -44,7 +44,7 @@ KSH93L_DESC=		Install to ${PREFIX}/bin/ksh93l (legacy)
 
 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.31BEvHUM017092>