diff options
author | Sam James <sam@gentoo.org> | 2022-07-17 18:06:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-17 18:06:35 +0000 |
commit | 8ae408d69b8e38b214f11e06aa861e883643f6fc (patch) | |
tree | 0ddcd17254d0d4b414ff604531df2c0987c9dd9f /games-board | |
parent | games-board/gnuchess: filter LTO (ODR) (diff) | |
download | gentoo-8ae408d69b8e38b214f11e06aa861e883643f6fc.tar.gz gentoo-8ae408d69b8e38b214f11e06aa861e883643f6fc.tar.bz2 gentoo-8ae408d69b8e38b214f11e06aa861e883643f6fc.zip |
games-board/gtkboard: filter LTO (type mismatch)
Closes: https://bugs.gentoo.org/858614
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild b/games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild index a37e9a95e119..100873263043 100644 --- a/games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild +++ b/games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 MY_P=${P/_} -inherit desktop +inherit desktop flag-o-matic DESCRIPTION="Board games system" HOMEPAGE="http://gtkboard.sourceforge.net/indexold.html" @@ -41,6 +41,9 @@ src_prepare() { } src_configure() { + # bug #858614 + filter-lto + econf \ --enable-gtk2 \ --enable-sdl \ |