summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-17 17:21:21 +0000
committerSam James <sam@gentoo.org>2022-07-17 17:21:55 +0000
commit7df8b808b33d5a12cbe747e6789cf83a8b78ec18 (patch)
treeeb43ea4f59e3f350419021d6573631798f0df515 /games-board/ace/files/ace-1.4-isgraph-include.patch
parentgames-arcade/xtux: filter LTO (type mismatch) (diff)
downloadgentoo-7df8b808b33d5a12cbe747e6789cf83a8b78ec18.tar.gz
gentoo-7df8b808b33d5a12cbe747e6789cf83a8b78ec18.tar.bz2
gentoo-7df8b808b33d5a12cbe747e6789cf83a8b78ec18.zip
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 <sam@gentoo.org>
Diffstat (limited to 'games-board/ace/files/ace-1.4-isgraph-include.patch')
-rw-r--r--games-board/ace/files/ace-1.4-isgraph-include.patch7
1 files changed, 7 insertions, 0 deletions
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 <ctype.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>