diff options
author | Sam James <sam@gentoo.org> | 2022-11-18 03:18:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-18 03:18:03 +0000 |
commit | 637e48874d660a65b2b269daa58952a78e16d92d (patch) | |
tree | 280f0b9d6854bba65a659694869344acfc292716 /app-arch/unzip | |
parent | app-arch/unzip: update HOMEPAGE (diff) | |
download | gentoo-637e48874d660a65b2b269daa58952a78e16d92d.tar.gz gentoo-637e48874d660a65b2b269daa58952a78e16d92d.tar.bz2 gentoo-637e48874d660a65b2b269daa58952a78e16d92d.zip |
app-arch/unzip: add note re gnu89
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/unzip')
-rw-r--r-- | app-arch/unzip/unzip-6.0_p27-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |