sci-libs/cgnslib: lto is fixed upstream in 4.5.0

https://github.com/CGNS/CGNS/issues/758#issuecomment-3600324861

Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz 2025-12-02 01:27:55 -05:00
parent 832197f2a6
commit 443e1f6bf1
No known key found for this signature in database
GPG Key ID: 84A7D12B700D2F57

View File

@ -61,11 +61,6 @@ src_prepare() {
}
src_configure() {
# -Werror=lto-type-mismatch
# https://bugs.gentoo.org/862684
# https://github.com/CGNS/CGNS/issues/758
filter-lto
# Needed for uses an internal header (bug #934122)
if use tools ; then
local tk_ver=$(best_version dev-lang/tk)