diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-29 02:07:54 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-29 18:45:14 +0000 |
commit | 001eac07cf2ed466d899c618b432805ae6e091a2 (patch) | |
tree | 5fc0ee00ce44b1e8ef04739b415e89808343771d /sci-calculators | |
parent | sci-libs/libticalcs2: fix erroneous bashism during building (diff) | |
download | gentoo-001eac07cf2ed466d899c618b432805ae6e091a2.tar.gz gentoo-001eac07cf2ed466d899c618b432805ae6e091a2.tar.bz2 gentoo-001eac07cf2ed466d899c618b432805ae6e091a2.zip |
sci-calculators/tiemu: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/862381
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/tiemu/tiemu-3.03-r2.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sci-calculators/tiemu/tiemu-3.03-r2.ebuild b/sci-calculators/tiemu/tiemu-3.03-r2.ebuild index ff146a5fd377..817fd4efec30 100644 --- a/sci-calculators/tiemu/tiemu-3.03-r2.ebuild +++ b/sci-calculators/tiemu/tiemu-3.03-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit desktop +inherit desktop flag-o-matic DESCRIPTION="Texas Instruments hand-helds emulator" HOMEPAGE="http://lpg.ticalc.org/prj_tiemu/" @@ -45,6 +45,10 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/862381 + filter-lto + econf \ --disable-rpath \ --disable-debugger \ |