app-emulation/wine-vanilla: remove unused patch(es)

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22294
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2021-09-14 13:17:53 +02:00
committed by Nick Sarnie
parent e02a72bfe8
commit 4e6dd446a3

View File

@@ -1,13 +0,0 @@
https://bugs.winehq.org/show_bug.cgi?id=51413
https://bugs.gentoo.org/800809
--- a/tools/winegcc/winegcc.c
+++ b/tools/winegcc/winegcc.c
@@ -1982,7 +1982,7 @@ int main(int argc, char **argv)
if (strncmp("-Wl,", opts.args->base[i], 4) == 0)
{
unsigned int j;
- strarray* Wl = strarray_fromstring(opts.args->base[i] + 4, ",=");
+ strarray* Wl = strarray_fromstring(opts.args->base[i] + 4, ",");
for (j = 0; j < Wl->size; j++)
{
if (!strcmp(Wl->base[j], "--image-base") && j < Wl->size - 1)