mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
games-sports/foobillard: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/859235 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
554481e2e6
commit
8b035ee2a0
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@ -46,6 +46,12 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# -Werror=lto-type-mismatch
|
||||
# https://bugs.gentoo.org/859235
|
||||
#
|
||||
# Upstream is sourceforge, and dead since 2010. Not reported upstream.
|
||||
filter-lto
|
||||
|
||||
use video_cards_nvidia && append-ldflags -L/usr/$(get_libdir)/opengl/nvidia/lib
|
||||
econf \
|
||||
--enable-sound \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user