diff options
author | Sam James <sam@gentoo.org> | 2022-07-17 15:29:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-17 15:29:04 +0000 |
commit | bbdbb368e5e05d1d2b4a2a734753e7b87edbcacd (patch) | |
tree | 9cce7bbbe4ea302cf9c258f9b34e521313a92458 /games-arcade | |
parent | app-doc/doxygen: filter LTO (-Wodr) (diff) | |
download | gentoo-bbdbb368e5e05d1d2b4a2a734753e7b87edbcacd.tar.gz gentoo-bbdbb368e5e05d1d2b4a2a734753e7b87edbcacd.tar.bz2 gentoo-bbdbb368e5e05d1d2b4a2a734753e7b87edbcacd.zip |
games-arcade/cdogs-sdl: filter LTO (type mismatch)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/cdogs-sdl/cdogs-sdl-1.3.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games-arcade/cdogs-sdl/cdogs-sdl-1.3.1.ebuild b/games-arcade/cdogs-sdl/cdogs-sdl-1.3.1.ebuild index 70ed391a2e22..3abc29134e7f 100644 --- a/games-arcade/cdogs-sdl/cdogs-sdl-1.3.1.ebuild +++ b/games-arcade/cdogs-sdl/cdogs-sdl-1.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake xdg +inherit cmake flag-o-matic xdg DESCRIPTION="Classic overhead run-and-gun game" HOMEPAGE="https://cxong.github.io/cdogs-sdl/" @@ -25,6 +25,9 @@ PATCHES=( ) src_configure() { + # LTO warnings, bug #858527 + filter-lto + local mycmakeargs=( -DCDOGS_DATA_DIR="${EPREFIX}"/usr/share/${PN}/ -DBUILD_EDITOR=OFF |