commit: d73d1c2cc9fc8c1a87a111212a8977c90b59ee87 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Mon Jan 3 17:10:44 2022 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Mon Jan 3 17:10:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d73d1c2c
dev-lang/gnat-gpl: try for another cet fix Closes: https://bugs.gentoo.org/830446 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild index 60a6e2908ead..e0bcd6f39fb2 100644 --- a/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild +++ b/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild @@ -118,6 +118,9 @@ src_prepare() { mv ${INTFDIR} ${MYP}/gcc/ada/gcc-interface || die eapply "${FILESDIR}"/${P}-gentoo.patch cd - + sed -i \ + -e 's:-fcf-protection":":' \ + lto-plugin/configure || die sed -i \ -e 's:$(P) ::g' \ gcc/ada/gcc-interface/Makefile.in \
