commit: a7a34ec3f155cab724c8106e4375fd2fa08a347a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jun 17 21:39:15 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 17 22:49:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a34ec3
games-engines/odamex: fix build with GCC 12 Closes: https://bugs.gentoo.org/852566 Signed-off-by: Sam James <sam <AT> gentoo.org> .../odamex/files/odamex-10.0.0-gcc12.patch | 21 +++++++++++++++++++++ games-engines/odamex/odamex-10.0.0.ebuild | 1 + 2 files changed, 22 insertions(+) diff --git a/games-engines/odamex/files/odamex-10.0.0-gcc12.patch b/games-engines/odamex/files/odamex-10.0.0-gcc12.patch new file mode 100644 index 000000000000..8e1a080e1f90 --- /dev/null +++ b/games-engines/odamex/files/odamex-10.0.0-gcc12.patch @@ -0,0 +1,21 @@ +https://bugs.gentoo.org/852566 +--- a/libraries/portmidi/pm_linux/finddefault.c ++++ b/libraries/portmidi/pm_linux/finddefault.c +@@ -2,6 +2,7 @@ + Roger Dannenberg, Jan 2009 + */ + ++#include <ctype.h> + #include <stdlib.h> + #include <stdio.h> + #include <string.h> +--- a/master/main.cpp ++++ b/master/main.cpp +@@ -29,6 +29,7 @@ + #include <iostream> + #endif + ++#include <ctime> + #include <string> + #include <vector> + #include <list> diff --git a/games-engines/odamex/odamex-10.0.0.ebuild b/games-engines/odamex/odamex-10.0.0.ebuild index 3f412be3f47d..bcaefbef7099 100644 --- a/games-engines/odamex/odamex-10.0.0.ebuild +++ b/games-engines/odamex/odamex-10.0.0.ebuild @@ -46,6 +46,7 @@ PATCHES=( "${FILESDIR}"/${PN}-10.0.0-unbundle-fltk.patch "${FILESDIR}"/${PN}-10.0.0-musl.patch "${FILESDIR}"/${PN}-10.0.0-master-std.patch + "${FILESDIR}"/${PN}-10.0.0-gcc12.patch ) src_prepare() {
