diff options
author | Jesper Schmitz Mouridsen <jsm@FreeBSD.org> | 2024-03-22 21:27:56 +0100 |
---|---|---|
committer | Jesper Schmitz Mouridsen <jsm@FreeBSD.org> | 2024-03-22 21:43:17 +0100 |
commit | 860821402c33fcba31564fbd99352783ce88994d (patch) | |
tree | 1755555951f101b937d456a2c748ee861e9880a1 /www/librewolf/files/patch-wayland-proxy | |
parent | deskutils/kdeconnect-kde: fix broken patch for the sftp_mounter (diff) |
www/librewolf: Update to 123.0-1
switch to unity-menubar from archlinux,
since it is not currently maintained by upstream.
PR: 277807
Approved by: freebsd@sysctl.cz (maintainer)
Diffstat (limited to 'www/librewolf/files/patch-wayland-proxy')
-rw-r--r-- | www/librewolf/files/patch-wayland-proxy | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/librewolf/files/patch-wayland-proxy b/www/librewolf/files/patch-wayland-proxy new file mode 100644 index 000000000000..d9cb16bd2215 --- /dev/null +++ b/www/librewolf/files/patch-wayland-proxy @@ -0,0 +1,15 @@ +--- third_party/wayland-proxy/wayland-proxy.cpp.orig 2024-02-29 09:10:59.939556000 +0100 ++++ third_party/wayland-proxy/wayland-proxy.cpp 2024-02-29 15:07:13.914375000 +0100 +@@ -318,10 +318,10 @@ + } + + bool ProxiedConnection::ConnectToCompositor() { +- if (!(mCompositorFlags & POLLOUT)) { ++ /* if (!(mCompositorFlags & POLLOUT)) { + // Try again later + return true; +- } ++ }*/ + + struct sockaddr_un addr = {}; + addr.sun_family = AF_UNIX; |