[Bug 265393] x11/kitty: Update to 0.25.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 01 Aug 2022 08:09:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265393

Jan Kokemüller <jan.kokemueller@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jan.kokemueller@gmail.com

--- Comment #13 from Jan Kokemüller <jan.kokemueller@gmail.com> ---
I wonder where you get the `-I/usr/local/include/libepoll-shim` arguments from.
Is it from `graphics/wayland`? This include directory shouldn't really be
exposed by them since Wayland's usage of `libepoll-shim` is an internal
implementation detail.

Usually, having this include directory there isn't too bad as long as one
doesn't include `<sys/epoll.h>`/`<sys/signalfd.h>`... but it looks like kitty
does checks like `#if __has_include(<sys/signalfd.h>)`, creating an implicit
dependency on `libepoll-shim`.

So I think in your case the proper fix is to remove the
`-I/usr/local/include/libepoll-shim` compiler arguments.

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