From: Sergei Trofimovich Date: Sat, 25 Jan 2020 13:40:16 +0000 (+0000) Subject: games-emulation/ppsspp: tweak for gcc-10 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=32373aba633556a1bec4314e2309089a587ded43;p=gentoo.git games-emulation/ppsspp: tweak for gcc-10 Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich --- diff --git a/games-emulation/ppsspp/files/ppsspp-1.5.4-stdint-gcc-10.patch b/games-emulation/ppsspp/files/ppsspp-1.5.4-stdint-gcc-10.patch new file mode 100644 index 000000000000..0a7c45a810b2 --- /dev/null +++ b/games-emulation/ppsspp/files/ppsspp-1.5.4-stdint-gcc-10.patch @@ -0,0 +1,10 @@ +--- a/Common/Hashmaps.h ++++ b/Common/Hashmaps.h +@@ -2,6 +2,7 @@ + + #include + #include ++#include /* uint32_t */ + + #include "ext/xxhash.h" + #include "Common/CommonFuncs.h" diff --git a/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild b/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild index 4e7f8f7f0271..8de0ecaf7478 100644 --- a/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild +++ b/games-emulation/ppsspp/ppsspp-1.5.4-r2.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 @@ -50,6 +50,7 @@ PATCHES=( "${FILESDIR}"/${PN}-1.4.2-assets-lookup.patch "${FILESDIR}"/${PN}-1.4-O2.patch "${FILESDIR}"/${P}-ffmpeg-4.patch + "${FILESDIR}"/${P}-stdint-gcc-10.patch ) src_unpack() {