commit:     4e6dd446a3a9447fe238ebb08a4fe668e128eb71
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Sep 14 11:17:53 2021 +0000
Commit:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Sun Sep 19 14:07:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e6dd446

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 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22294
Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>

 .../files/wine-vanilla-6.12-winegcc-equals-args.patch       | 13 -------------
 1 file changed, 13 deletions(-)

diff --git 
a/app-emulation/wine-vanilla/files/wine-vanilla-6.12-winegcc-equals-args.patch 
b/app-emulation/wine-vanilla/files/wine-vanilla-6.12-winegcc-equals-args.patch
deleted file mode 100644
index 562b63af063..00000000000
--- 
a/app-emulation/wine-vanilla/files/wine-vanilla-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)

Reply via email to