diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-09-23 00:57:10 +0100 |
---|---|---|
committer | Stefan Strogin <steils@gentoo.org> | 2020-09-23 16:57:55 +0300 |
commit | 93d7783052a3c3a14813b18ee28244b773305929 (patch) | |
tree | 7f6c4c14efc12c13189cdc761cfd13a01f5a1a53 /games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild | |
parent | net-irc/ii: Stabilize 1.8 arm, #744169 (diff) | |
download | gentoo-93d7783052a3c3a14813b18ee28244b773305929.tar.gz gentoo-93d7783052a3c3a14813b18ee28244b773305929.tar.bz2 gentoo-93d7783052a3c3a14813b18ee28244b773305929.zip |
games-board/gtkboard: fix build with gcc 10
Closes: https://bugs.gentoo.org/708536
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/17642
Signed-off-by: Stefan Strogin <steils@gentoo.org>
Diffstat (limited to 'games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild')
-rw-r--r-- | games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild b/games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild index 2886f2c69ada..a37e9a95e119 100644 --- a/games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild +++ b/games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild @@ -31,6 +31,7 @@ PATCHES=( "${FILESDIR}"/${P}-gcc41.patch "${FILESDIR}"/${P}-gcc45.patch "${FILESDIR}"/${P}-stack-smash.patch + "${FILESDIR}"/${P}-gcc10.patch ) src_prepare() { |