https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225559
--- Comment #12 from Adriaan de Groot <[email protected]> --- I'm just shooting in the dark here, because of a lack of anything to test with; there are two ways of getting that error message: - you hit a code path that wants timerfd - you hit a code path that wants POSIX timers Using timerfd would require extra ports-dependencies (libepoll-shim, it seems) and some CMake work. Using POSIX timers requires claiming that more OSsen than just Linux have them. Try the attached patch along with what Kyle already has; it might help a little. -- You are receiving this mail because: You are on the CC list for the bug.
