commit: 637e48874d660a65b2b269daa58952a78e16d92d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 03:18:03 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 03:18:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637e4887
app-arch/unzip: add note re gnu89
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/unzip/unzip-6.0_p27-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-arch/unzip/unzip-6.0_p27-r1.ebuild
b/app-arch/unzip/unzip-6.0_p27-r1.ebuild
index 478c83240bf7..b6d4f490b4fb 100644
--- a/app-arch/unzip/unzip-6.0_p27-r1.ebuild
+++ b/app-arch/unzip/unzip-6.0_p27-r1.ebuild
@@ -73,6 +73,7 @@ src_configure() {
*) die "Unknown target; please update the ebuild to handle
${CHOST} " ;;
esac
+ # Needed for Clang 16
append-flags -std=gnu89
[[ ${CHOST} == *linux* ]] && append-cppflags -DNO_LCHMOD