summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-04-10 23:09:20 -0400
committerSam James <sam@gentoo.org>2024-04-11 17:28:08 +0100
commit9344d5beff1e1802dd14c2c40de973263aecce95 (patch)
treec10fa79777a8fbd90ee16c88b0490de628df1f95 /sci-biology
parentmedia-gfx/blender: drop old (diff)
downloadgentoo-9344d5beff1e1802dd14c2c40de973263aecce95.tar.gz
gentoo-9344d5beff1e1802dd14c2c40de973263aecce95.tar.bz2
gentoo-9344d5beff1e1802dd14c2c40de973263aecce95.zip
sci-biology/newick-utils: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/862279 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/newick-utils/newick-utils-1.6-r1.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/sci-biology/newick-utils/newick-utils-1.6-r1.ebuild b/sci-biology/newick-utils/newick-utils-1.6-r1.ebuild
index 3dcb438832a2..49ec5510de2b 100644
--- a/sci-biology/newick-utils/newick-utils-1.6-r1.ebuild
+++ b/sci-biology/newick-utils/newick-utils-1.6-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools
+inherit autotools flag-o-matic
DESCRIPTION="Tools for processing phylogenetic trees"
HOMEPAGE="http://cegg.unige.ch/newick_utils"
@@ -31,6 +31,11 @@ src_prepare() {
}
src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/862279
+ # https://github.com/tjunier/newick_utils/issues/34
+ filter-lto
+
econf \
--disable-static \
--without-guile \