From bd1c2c201028c17f478400cc6b1cacb1e235afff Mon Sep 17 00:00:00 2001 From: Stephen Gauthier Date: Wed, 10 Jan 2018 17:13:54 +0000 Subject: [PATCH] found old patch cached somewhere git-svn-id: https://xpra.org/svn/Xpra/trunk@17971 3bb7dfac-3a0b-4e04-842a-767bc560f471 --- .../glib-bug-772454-disable-kqueue.patch | 296 +----------------- 1 file changed, 17 insertions(+), 279 deletions(-) diff --git a/osx/jhbuild/patches/glib-bug-772454-disable-kqueue.patch b/osx/jhbuild/patches/glib-bug-772454-disable-kqueue.patch index 06c94ee96e..8c23440206 100644 --- a/osx/jhbuild/patches/glib-bug-772454-disable-kqueue.patch +++ b/osx/jhbuild/patches/glib-bug-772454-disable-kqueue.patch @@ -1,279 +1,17 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +--- a/configure.ac Fri Sep 16 16:15:34 2016 ++++ b/configure.ac Sun Dec 18 14:09:32 2016 +@@ -1605,10 +1605,10 @@ + dnl ** Check for kqueue (GIO) ** + dnl **************************** + kqueue_support=no +-AC_CHECK_HEADERS([sys/event.h], +-[ +- AC_CHECK_FUNCS(kqueue kevent, [kqueue_support=yes]) +-]) ++#AC_CHECK_HEADERS([sys/event.h], ++#[ ++# AC_CHECK_FUNCS(kqueue kevent, [kqueue_support=yes]) ++#]) + + AM_CONDITIONAL(HAVE_KQUEUE, [test "$kqueue_support" = "yes"]) +