ports/databases/tarantool/files/patch-third__party_libev_ev.c
Veniamin Gvozdikov 250458d716 - Fixed bug with run as daemon
- Updated description of port
- Added extra patches to change group
- Bump port revision
- Added gettext depend
2015-07-10 10:59:40 +00:00

11 lines
447 B
C

--- third_party/libev/ev.c.orig 2015-07-10 10:15:23 UTC
+++ third_party/libev/ev.c
@@ -2225,7 +2225,7 @@ ev_recommended_backends (void) EV_THROW
{
unsigned int flags = ev_supported_backends ();
-#if !defined(__NetBSD__) && !defined(__FreeBSD__)
+#if !defined(__NetBSD__)
/* kqueue is borked on everything but netbsd apparently */
/* it usually doesn't work correctly on anything but sockets and pipes */
flags &= ~EVBACKEND_KQUEUE;