summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-09-14 13:17:53 +0200
committerNick Sarnie <sarnex@gentoo.org>2021-09-19 10:07:46 -0400
commit4e6dd446a3a9447fe238ebb08a4fe668e128eb71 (patch)
tree2c3641fc3641d771c2227f5deaca485a1da62ae8 /app-emulation/wine-vanilla
parentapp-emulation/wine-staging: remove unused patch(es) (diff)
downloadgentoo-4e6dd446a3a9447fe238ebb08a4fe668e128eb71.tar.gz
gentoo-4e6dd446a3a9447fe238ebb08a4fe668e128eb71.tar.bz2
gentoo-4e6dd446a3a9447fe238ebb08a4fe668e128eb71.zip
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>
Diffstat (limited to 'app-emulation/wine-vanilla')
-rw-r--r--app-emulation/wine-vanilla/files/wine-vanilla-6.12-winegcc-equals-args.patch13
1 files changed, 0 insertions, 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 562b63af063a..000000000000
--- 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)