diff options
author | Sam James <sam@gentoo.org> | 2024-03-05 06:55:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-05 06:55:31 +0000 |
commit | 51793926e4cf5e6d039073a1cbbfec928e71ee29 (patch) | |
tree | ea9757048722b647fde7db562f84da7671c63222 /games-simulation/lincity | |
parent | dev-util/uftrace: filter LTO (diff) | |
download | gentoo-51793926e4cf5e6d039073a1cbbfec928e71ee29.tar.gz gentoo-51793926e4cf5e6d039073a1cbbfec928e71ee29.tar.bz2 gentoo-51793926e4cf5e6d039073a1cbbfec928e71ee29.zip |
games-simulation/lincity: filter LTO
lto-type-mismatch errors and dead upstream.
Closes: https://bugs.gentoo.org/859220
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-simulation/lincity')
-rw-r--r-- | games-simulation/lincity/lincity-1.13.1-r4.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games-simulation/lincity/lincity-1.13.1-r4.ebuild b/games-simulation/lincity/lincity-1.13.1-r4.ebuild index acf64ed8f340..2220f3e9ca30 100644 --- a/games-simulation/lincity/lincity-1.13.1-r4.ebuild +++ b/games-simulation/lincity/lincity-1.13.1-r4.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 autotools desktop +inherit autotools flag-o-matic desktop DESCRIPTION="City simulation game for X" HOMEPAGE="https://lincity.sourceforge.net/" @@ -38,6 +38,9 @@ src_prepare() { } src_configure() { + # bug #859220 + filter-lto + local econfargs=( --with-gzip --with-x |