mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
- Updated description of port - Added extra patches to change group - Bump port revision - Added gettext depend
11 lines
447 B
C
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;
|