commit: e02a72bfe8ed2a5aba4d6d3c00a4d6c3a167bd5e Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Sep 14 11:17:20 2021 +0000 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org> CommitDate: Sun Sep 19 14:07:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02a72bf
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 <AT> gmail.com> Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org> .../files/wine-staging-6.12-winegcc-equals-args.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app-emulation/wine-staging/files/wine-staging-6.12-winegcc-equals-args.patch b/app-emulation/wine-staging/files/wine-staging-6.12-winegcc-equals-args.patch deleted file mode 100644 index 562b63af063..00000000000 --- a/app-emulation/wine-staging/files/wine-staging-6.12-winegcc-equals-args.patch +++ /dev/null @@ -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)
