diff options
author | Sam James <sam@gentoo.org> | 2023-04-19 04:16:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-19 04:16:26 +0100 |
commit | 3fd99ef96cb5cef6dc9db82bf844076064718503 (patch) | |
tree | cb8fd80e1bc33b81ab87a3aa9892ffa73c430b62 /games-emulation/openmsx/openmsx-18.0-r2.ebuild | |
parent | games-strategy/endless-sky: fix build w/ gcc 13 (diff) | |
download | gentoo-3fd99ef96cb5cef6dc9db82bf844076064718503.tar.gz gentoo-3fd99ef96cb5cef6dc9db82bf844076064718503.tar.bz2 gentoo-3fd99ef96cb5cef6dc9db82bf844076064718503.zip |
games-emulation/openmsx: fix build w/ gcc 13
Closes: https://bugs.gentoo.org/898908
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation/openmsx/openmsx-18.0-r2.ebuild')
-rw-r--r-- | games-emulation/openmsx/openmsx-18.0-r2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games-emulation/openmsx/openmsx-18.0-r2.ebuild b/games-emulation/openmsx/openmsx-18.0-r2.ebuild index ba32a858f88c..d2c45954266a 100644 --- a/games-emulation/openmsx/openmsx-18.0-r2.ebuild +++ b/games-emulation/openmsx/openmsx-18.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -38,7 +38,10 @@ the following directories: /usr/share/${PN}/systemroms or ~/.openMSX/share/systemroms " -PATCHES=( "${FILESDIR}/${P}-add-ctime.patch" ) +PATCHES=( + "${FILESDIR}/${P}-add-ctime.patch" + "${FILESDIR}/${P}-gcc13.patch" +) src_prepare() { default |