diff options
-rw-r--r-- | app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild index aa9f0d5ab6c7..bdf2d563b39f 100644 --- a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild +++ b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,6 +19,9 @@ DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" src_configure() { + # gcc ICE with LTO: https://gcc.gnu.org/PR100010 + filter-flags -fdevirtualize-at-ltrans + use kpathsea && has_version 'dev-libs/kpathsea' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)" econf $(use_with kpathsea) } |