mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
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:
committed by
Nick Sarnie
parent
682b8a9ef1
commit
e02a72bfe8
@@ -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)
|
||||
Reference in New Issue
Block a user