Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/ppsspp/, games-emulation/ppsspp/files/
Date: Sat, 25 Jan 2020 13:40:29
Message-Id: 1579959616.32373aba633556a1bec4314e2309089a587ded43.slyfox@gentoo
1 commit: 32373aba633556a1bec4314e2309089a587ded43
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 25 13:40:16 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 25 13:40:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32373aba
7
8 games-emulation/ppsspp: tweak for gcc-10
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 games-emulation/ppsspp/files/ppsspp-1.5.4-stdint-gcc-10.patch | 10 ++++++++++
14 games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild | 3 ++-
15 2 files changed, 12 insertions(+), 1 deletion(-)
16
17 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
18 new file mode 100644
19 index 00000000000..0a7c45a810b
20 --- /dev/null
21 +++ b/games-emulation/ppsspp/files/ppsspp-1.5.4-stdint-gcc-10.patch
22 @@ -0,0 +1,10 @@
23 +--- a/Common/Hashmaps.h
24 ++++ b/Common/Hashmaps.h
25 +@@ -2,6 +2,7 @@
26 +
27 + #include <cstring>
28 + #include <vector>
29 ++#include <stdint.h> /* uint32_t */
30 +
31 + #include "ext/xxhash.h"
32 + #include "Common/CommonFuncs.h"
33
34 diff --git a/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild b/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild
35 index 4e7f8f7f027..8de0ecaf747 100644
36 --- a/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild
37 +++ b/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2018 Gentoo Foundation
40 +# Copyright 1999-2020 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44 @@ -50,6 +50,7 @@ PATCHES=(
45 "${FILESDIR}"/${PN}-1.4.2-assets-lookup.patch
46 "${FILESDIR}"/${PN}-1.4-O2.patch
47 "${FILESDIR}"/${P}-ffmpeg-4.patch
48 + "${FILESDIR}"/${P}-stdint-gcc-10.patch
49 )
50
51 src_unpack() {