diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-01-30 12:02:30 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-01-30 12:02:30 +0100 |
commit | ec03f4cbbb30a8021abf4ba09d2c9c71bee0caee (patch) | |
tree | 52cf16f63b2081bec430685552e8459721471480 /dev-lang | |
parent | games-action/brutal-legend: fix HOMEPAGE (diff) | |
download | gentoo-ec03f4cbbb30a8021abf4ba09d2c9c71bee0caee.tar.gz gentoo-ec03f4cbbb30a8021abf4ba09d2c9c71bee0caee.tar.bz2 gentoo-ec03f4cbbb30a8021abf4ba09d2c9c71bee0caee.zip |
dev-lang/gnat-gpl: fix cet discovery on amd64
Closes: https://bugs.gentoo.org/830345
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild index e0bcd6f39fb2..02da8f27ec3a 100644 --- a/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild +++ b/dev-lang/gnat-gpl/gnat-gpl-2021-r1.ebuild @@ -120,6 +120,7 @@ src_prepare() { cd - sed -i \ -e 's:-fcf-protection":":' \ + libiberty/configure \ lto-plugin/configure || die sed -i \ -e 's:$(P) ::g' \ |