mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user