Closes: https://bugs.gentoo.org/706348
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit toolchain-funcs
LICENSE="GPL-3"
SLOT="0"
-IUSE=""
KEYWORDS="~amd64 ~x86 ~x64-macos"
RDEPEND="dev-lang/perl"
-PATCHES=( "${FILESDIR}"/${PN}-0.7.15-Makefile.patch )
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.7.15-Makefile.patch
+ "${FILESDIR}"/${PN}-0.7.16a-gcc-10.patch
+)
DOCS=( NEWS.md README-alt.md README.md )
src_configure() {
--- /dev/null
+--- a/rle.h
++++ b/rle.h
+@@ -32,3 +32,3 @@ extern "C" {
+
+-const uint8_t rle_auxtab[8];
++extern const uint8_t rle_auxtab[8];
+