commit:     6528b9827d99f31229765ccfc3c4063a9a13060f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 17 18:07:10 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 18:07:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6528b982

games-board/xboard: filter LTO (type mismatch)

Closes: https://bugs.gentoo.org/858617
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-board/xboard/xboard-4.9.1.ebuild | 7 +++++--
 1 file 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

Reply via email to