diff options
author | Sam James <sam@gentoo.org> | 2021-08-19 01:20:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-19 01:39:01 +0100 |
commit | 9ed5fb34a77d5d488a7252f4041edaeff7da26a8 (patch) | |
tree | 1df22301c2de9a7de5f72ece6aa7e2b7730baa90 /games-emulation/gnuboy | |
parent | games-emulation/gnuboy: update EAPI 6 -> 7, add libsdl[joystick] (diff) | |
download | gentoo-9ed5fb34a77d5d488a7252f4041edaeff7da26a8.tar.gz gentoo-9ed5fb34a77d5d488a7252f4041edaeff7da26a8.tar.bz2 gentoo-9ed5fb34a77d5d488a7252f4041edaeff7da26a8.zip |
games-emulation/gnuboy: fix implicit declarations
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation/gnuboy')
-rw-r--r-- | games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild b/games-emulation/gnuboy/gnuboy-1.0.3-r2.ebuild index f48d05c93050..9a20207a60e7 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() { |