commit: 9ed5fb34a77d5d488a7252f4041edaeff7da26a8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 00:20:50 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 00:39:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed5fb34
games-emulation/gnuboy: fix implicit declarations
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild
b/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild
index f48d05c9305..9a20207a60e 100644
--- a/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild
+++ b/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild
@@ -27,6 +27,7 @@ PATCHES=(
"${FILESDIR}"/${P}-exec-stack.patch
"${FILESDIR}"/${P}-linux-headers.patch
"${FILESDIR}"/${P}-include.patch
+ "${FILESDIR}"/${P}-fix-implicit-decl-sprintf.patch
)
src_prepare() {