From 5ca101cde0c69af8d4c5cd7e5ec3f74b9a5c514b Mon Sep 17 00:00:00 2001 From: Marcus Rohrmoser Date: Sat, 5 Oct 2024 01:07:14 +0200 Subject: [PATCH] =?UTF-8?q?apply=20the=20fix=20suggested=20by=20https://gi?= =?UTF-8?q?thub.com/ocaml/ocaml-lsp/issues/=E2=80=A6=20(#97)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lev/vendor/ev.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lev/vendor/ev.c b/lev/vendor/ev.c index a99d7b0..7230b19 100644 --- a/lev/vendor/ev.c +++ b/lev/vendor/ev.c @@ -510,6 +510,11 @@ # endif #endif +#if __FreeBSD__ +#define EV_USE_INOTIFY 0 +#define EV_USE_KQUEUE 1 +#endif + #if EV_USE_INOTIFY # include # include