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

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2021-09-14 13:17:20 +02:00
committed by Nick Sarnie
parent 682b8a9ef1
commit e02a72bfe8

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)