summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/newick-utils/newick-utils-1.6-r1.ebuild')
-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 \