aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-02-10 14:36:42 +0000
committerCy Schubert <cy@FreeBSD.org>2023-02-10 14:40:47 +0000
commitde86e8a64284ffa601effe0bd2b1fd0bd495abf8 (patch)
tree5a99ebc24a88840439fc5b93676e2e5d5ac9ca3b
parent40c294fd4f875a424d08c65bbb0dccb89a5e6e88 (diff)
downloadports-de86e8a64284ffa601effe0bd2b1fd0bd495abf8.tar.gz
ports-de86e8a64284ffa601effe0bd2b1fd0bd495abf8.zip
shells/ksh-devel: Fix build with LLVM15
-rw-r--r--shells/ksh-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
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