diff --git a/net/freerdp/files/patch-client_Wayland_wlfreerdp.c b/net/freerdp/files/patch-client_Wayland_wlfreerdp.c new file mode 100644 index 000000000000..0b7fd973f414 --- /dev/null +++ b/net/freerdp/files/patch-client_Wayland_wlfreerdp.c @@ -0,0 +1,11 @@ +--- client/Wayland/wlfreerdp.c.orig ++++ client/Wayland/wlfreerdp.c +@@ -587,7 +587,7 @@ static void wlf_client_free(freerdp* instance, rdpContext* context) + DeleteCriticalSection(&wlf->critical); + } + +-static void* uwac_event_clone(const void* val) ++static void* uwac_event_clone(void* val) + { + UwacEvent* copy; + const UwacEvent* ev = (const UwacEvent*)val;