From 449e0af321ecd288ba5b550f6664282e2a92f3ef Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Mon, 19 Dec 2011 07:56:10 +0000 Subject: Update to 1.4.30 Unbreak build if using libev --- www/lighttpd/files/patch-src-fdevent.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/lighttpd/files/patch-src-fdevent.h (limited to 'www/lighttpd/files/patch-src-fdevent.h') diff --git a/www/lighttpd/files/patch-src-fdevent.h b/www/lighttpd/files/patch-src-fdevent.h new file mode 100644 index 000000000000..fcafda5b3748 --- /dev/null +++ b/www/lighttpd/files/patch-src-fdevent.h @@ -0,0 +1,11 @@ +--- src/fdevent.h.orig 2011-12-19 07:41:33.183877666 +0100 ++++ src/fdevent.h 2011-12-19 07:42:01.457863868 +0100 +@@ -54,7 +54,7 @@ + # include + #endif + +-#if defined HAVE_SYS_EVENT_H && defined HAVE_KQUEUE ++#if defined HAVE_SYS_EVENT_H && defined HAVE_KQUEUE && !defined HAVE_LIBEV + # define USE_FREEBSD_KQUEUE + # include + #endif -- cgit v1.2.3