summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Smith <matt@offtopica.uk>2020-10-17 14:53:18 +0100
committerJames Le Cuirot <chewi@gentoo.org>2020-10-22 22:08:16 +0100
commit33caed6639914466158fa7c7a16b8e09773a473e (patch)
tree93aba13e140b1971f13667cd10bea5e98cd373f5 /games-util/grfcodec/grfcodec-6.0.6.ebuild
parentdev-python/pytest-django: Bump to 4.1.0 (diff)
downloadgentoo-33caed6639914466158fa7c7a16b8e09773a473e.tar.gz
gentoo-33caed6639914466158fa7c7a16b8e09773a473e.tar.bz2
gentoo-33caed6639914466158fa7c7a16b8e09773a473e.zip
games-util/grfcodec: Fix build failure with GCC 10
Patch taken from Fedora's grfcodec package. Closes: https://bugs.gentoo.org/707758 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matt Smith <matt@offtopica.uk> Closes: https://github.com/gentoo/gentoo/pull/17954 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-util/grfcodec/grfcodec-6.0.6.ebuild')
-rw-r--r--games-util/grfcodec/grfcodec-6.0.6.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/games-util/grfcodec/grfcodec-6.0.6.ebuild b/games-util/grfcodec/grfcodec-6.0.6.ebuild
index ebfb9b894f6b..2c4927b37555 100644
--- a/games-util/grfcodec/grfcodec-6.0.6.ebuild
+++ b/games-util/grfcodec/grfcodec-6.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -27,6 +27,8 @@ DEPEND="
dev-libs/boost
"
+PATCHES=("${FILESDIR}/${PN}-6.0.6-gcc10.patch")
+
src_prepare() {
default