summaryrefslogtreecommitdiff
path: root/sci-calculators/tiemu/tiemu-3.03-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-calculators/tiemu/tiemu-3.03-r2.ebuild')
-rw-r--r--sci-calculators/tiemu/tiemu-3.03-r2.ebuild8
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 \