Date: Mon, 01 Aug 2022 08:09:09 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 265393] x11/kitty: Update to 0.25.2 Message-ID: <bug-265393-7788-ClCWAxPoIA@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-265393-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-265393-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265393 Jan Kokem=C3=BCller <jan.kokemueller@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jan.kokemueller@gmail.com --- Comment #13 from Jan Kokem=C3=BCller <jan.kokemueller@gmail.com> --- I wonder where you get the `-I/usr/local/include/libepoll-shim` arguments f= rom. 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 kit= ty 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265393-7788-ClCWAxPoIA>