commit: c3135b33e6c87323af4fa91fb048f9c282e62e7e
Author: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 19 06:26:42 2022 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Sep 19 06:27:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3135b33
app-shells/ksh: fix 1.0.3 build with clang
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
app-shells/ksh/ksh-1.0.3.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app-shells/ksh/ksh-1.0.3.ebuild b/app-shells/ksh/ksh-1.0.3.ebuild
index 8fb7af0f3c4b..dd729029724d 100644
--- a/app-shells/ksh/ksh-1.0.3.ebuild
+++ b/app-shells/ksh/ksh-1.0.3.ebuild
@@ -41,6 +41,8 @@ src_compile() {
"-Wno-cpp"
"-Wno-maybe-uninitialized"
"-Wno-lto-type-mismatch"
+ "-Wno-error=int-conversion"
+ "-Wno-int-conversion"
"-P"
)
append-cflags $(test-flags-CC ${extraflags[@]})