summaryrefslogtreecommitdiff
path: root/www/librewolf/files/patch-wayland-proxy
diff options
context:
space:
mode:
authorMartin Filla <freebsd@sysctl.cz>2024-06-19 09:37:42 +0200
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-06-20 23:09:07 +0200
commit9ff37db68d6584eb033546bd99fe07661112caee (patch)
tree1c45899676fc3be9766e502d06a29aa440c54970 /www/librewolf/files/patch-wayland-proxy
parentdeskutils/freebsd-update-notify: Update to 0.1.1.6 (diff)
www/librewolf: update to librewolf-126.0.1.1
ChangeLog: https://gitlab.com/librewolf-community/browser/bsys6/-/releases PR: 279716 Reported by: freebsd@sysctl.cz (maintainer)
Diffstat (limited to 'www/librewolf/files/patch-wayland-proxy')
-rw-r--r--www/librewolf/files/patch-wayland-proxy15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/librewolf/files/patch-wayland-proxy b/www/librewolf/files/patch-wayland-proxy
deleted file mode 100644
index d9cb16bd2215..000000000000
--- a/www/librewolf/files/patch-wayland-proxy
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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;