commit: abcee29c52cec939e90b4c21a2e007c76acb56dd Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Jun 24 17:18:10 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Jun 27 15:40:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abcee29c
app-emulation/86Box: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../86Box-4.0.1-incompatible-pointer-types.patch | 23 ---------------------- 1 file changed, 23 deletions(-) diff --git a/app-emulation/86Box/files/86Box-4.0.1-incompatible-pointer-types.patch b/app-emulation/86Box/files/86Box-4.0.1-incompatible-pointer-types.patch deleted file mode 100644 index df708d337b65..000000000000 --- a/app-emulation/86Box/files/86Box-4.0.1-incompatible-pointer-types.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 13d582b56faf9caca114ec5625b34a7859ecb41f Mon Sep 17 00:00:00 2001 -From: OBattler <[email protected]> -Date: Fri, 5 Jan 2024 13:01:17 +0100 -Subject: [PATCH] Unix: Use proper parentheses to cast the result, not the - flags, fixes #3994. - ---- - src/unix/unix.c | 4 +--- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/unix/unix.c b/src/unix/unix.c -index e784df38e6..cfa8243135 100644 ---- a/src/unix/unix.c -+++ b/src/unix/unix.c -@@ -635,7 +635,7 @@ - SDL_MessageBoxData msgdata; - SDL_MessageBoxButtonData msgbtn; - if (!header) -- header = (void *) (flags & MBX_ANSI) ? "86Box" : L"86Box"; -+ header = (void *) ((flags & MBX_ANSI) ? "86Box" : L"86Box"); - if (header <= (void *) 7168) - header = (void *) plat_get_string((int) header); - if (message <= (void *) 7168)
