summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@gentoo.org>2025-12-02 01:27:55 -0500
committerEli Schwartz <eschwartz@gentoo.org>2025-12-02 01:29:04 -0500
commit443e1f6bf10ec45d438da2505d65de899662341a (patch)
tree74ab0f2fce89e175d1b4e650dfac0f9afc92cfdd
parent832197f2a6027208b9169821853a081e06100804 (diff)
downloadgentoo-443e1f6bf10ec45d438da2505d65de899662341a.tar.gz
gentoo-443e1f6bf10ec45d438da2505d65de899662341a.tar.bz2
gentoo-443e1f6bf10ec45d438da2505d65de899662341a.zip
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>
-rw-r--r--sci-libs/cgnslib/cgnslib-4.5.0.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/sci-libs/cgnslib/cgnslib-4.5.0.ebuild b/sci-libs/cgnslib/cgnslib-4.5.0.ebuild
index 00694e8b83da..f0b768df97c0 100644
--- a/sci-libs/cgnslib/cgnslib-4.5.0.ebuild
+++ b/sci-libs/cgnslib/cgnslib-4.5.0.ebuild
@@ -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)