From 7df8b808b33d5a12cbe747e6789cf83a8b78ec18 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 17 Jul 2022 17:21:21 +0000 Subject: games-board/ace: filter LTO (type mismatch), fix impl. func. decl. As noted in ebuild comment, the LTO issue is actually fixed upstream, but it's awkward to get patches out of CVS, and when I did for this paritcular change, it didn't apply b/c lots of changes since last release. Not worth the effort for now -- filter until next release. Closes: https://bugs.gentoo.org/858608 Signed-off-by: Sam James --- games-board/ace/files/ace-1.4-isgraph-include.patch | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 games-board/ace/files/ace-1.4-isgraph-include.patch (limited to 'games-board/ace/files') diff --git a/games-board/ace/files/ace-1.4-isgraph-include.patch b/games-board/ace/files/ace-1.4-isgraph-include.patch new file mode 100644 index 000000000000..7020ae06570d --- /dev/null +++ b/games-board/ace/files/ace-1.4-isgraph-include.patch @@ -0,0 +1,7 @@ +--- a/lib/make-imglib.c ++++ b/lib/make-imglib.c +@@ -1,3 +1,4 @@ ++#include + #include + #include + #include -- cgit v1.2.3-65-gdbad