diff options
author | Sam James <sam@gentoo.org> | 2022-07-17 18:07:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-17 18:07:10 +0000 |
commit | 6528b9827d99f31229765ccfc3c4063a9a13060f (patch) | |
tree | 11518f7a58024939f42a09c6bc0509053f0fca19 /games-board | |
parent | games-board/gtkboard: filter LTO (type mismatch) (diff) | |
download | gentoo-6528b9827d99f31229765ccfc3c4063a9a13060f.tar.gz gentoo-6528b9827d99f31229765ccfc3c4063a9a13060f.tar.bz2 gentoo-6528b9827d99f31229765ccfc3c4063a9a13060f.zip |
games-board/xboard: filter LTO (type mismatch)
Closes: https://bugs.gentoo.org/858617
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/xboard/xboard-4.9.1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games-board/xboard/xboard-4.9.1.ebuild b/games-board/xboard/xboard-4.9.1.ebuild index 96d734dff452..b68ccfc2f035 100644 --- a/games-board/xboard/xboard-4.9.1.ebuild +++ b/games-board/xboard/xboard-4.9.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools xdg +inherit autotools flag-o-matic xdg DESCRIPTION="GUI for gnuchess and for internet chess servers" HOMEPAGE="https://www.gnu.org/software/xboard/" @@ -54,6 +54,9 @@ src_prepare() { } src_configure() { + # bug #858617 + filter-lto + local myeconfargs=( --disable-update-mimedb --datadir="${EPREFIX}"/usr/share |