mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
games-sports/trophy: Fix compilation with gcc-15
Following Fedora approach. Closes: https://bugs.gentoo.org/941236 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
parent
d6db8c8478
commit
e11629fc5a
@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
inherit desktop xdg
|
||||
inherit desktop flag-o-matic xdg
|
||||
|
||||
DESCRIPTION="2D Racing Game"
|
||||
HOMEPAGE="https://trophy.sourceforge.io/"
|
||||
@ -17,6 +17,11 @@ RDEPEND="dev-games/clanlib:0.8[opengl]"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
src_configure() {
|
||||
append-cxxflags -Wno-template-body #941236
|
||||
default
|
||||
}
|
||||
|
||||
src_install(){
|
||||
default
|
||||
doicon -s 256 "${DISTDIR}/${PN}.png"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user