[Bug 265393] x11/kitty: Update to 0.25.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 31 Jul 2022 18:46:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265393

--- Comment #11 from Nuno Teixeira <eduardo@FreeBSD.org> ---
(In reply to Alexis Praga from comment #10)
we are facing 2 different build problems starting at 0.25.0:
---
23/102] Compiling kitty/glfw-wrapper.c ...
glfw/window.c:177:27: error: no member named 'epoll_shim_close' in 'struct
_GLFWwindow::(anonymous at glfw/internal.h:442:5)'
        window->callbacks.close((GLFWwindow*) window);
        ~~~~~~~~~~~~~~~~~ ^
/usr/local/include/libepoll-shim/epoll-shim/detail/common.h:18:20: note:
expanded from macro 'close'
#define close(...) epoll_shim_close(__VA_ARGS__)
                   ^
1 error generated.
 done
Compiling [wayland] glfw/window.c ...
cc -MMD -DNDEBUG -D_GLFW_WAYLAND -D_GLFW_BUILD_DLL -Wextra -Wfloat-conversion
-Wno-missing-field-initializers -Wall -Wstrict-prototypes -std=c11
-pedantic-errors -Werror -O3 -fwrapv -fstack-protector-strong -pipe
-fvisibility=hidden -D_FORTIFY_SOURCE=2 -fPIC -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -flto -I/usr/local/include/
-DKITTY_HAS_RS_SIG_ARGS -fPIC -pthread -I/usr/local/include
-I/usr/local/include/libepoll-shim -I/usr/local/include
-I/usr/local/include/libepoll-shim -I/usr/local/include
-I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -c
glfw/window.c -o build/glfw-wayland-window.c.o
*** Error code 1
---

-- 
You are receiving this mail because:
You are the assignee for the bug.