--- b/devel/glib20/files/patch-configure +++ b/devel/glib20/files/patch-configure @@ -1,6 +1,48 @@ ---- configure.orig 2014-09-28 09:31:41.079343419 +0200 -+++ configure 2014-09-28 09:31:41.243342071 +0200 -@@ -26730,9 +26728,12 @@ +--- configure.orig 2015-11-06 23:28:54.000000000 +0100 ++++ configure 2016-11-16 18:12:48.131177000 +0100 +@@ -25420,39 +25420,8 @@ + + + kqueue_support=no +-for ac_header in sys/event.h +-do : +- ac_fn_c_check_header_mongrel "$LINENO" "sys/event.h" "ac_cv_header_sys_event_h" "$ac_includes_default" +-if test "x$ac_cv_header_sys_event_h" = xyes; then : +- cat >>confdefs.h <<_ACEOF +-#define HAVE_SYS_EVENT_H 1 +-_ACEOF +- +- for ac_func in kqueue kevent +-do : +- as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" +-if eval test \"x\$"$as_ac_var"\" = x"yes"; then : +- cat >>confdefs.h <<_ACEOF +-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +-_ACEOF +- kqueue_support=yes +-fi +-done +- +- +-fi +- +-done +- +- +- if test "$kqueue_support" = "yes"; then +- HAVE_KQUEUE_TRUE= +- HAVE_KQUEUE_FALSE='#' +-else +- HAVE_KQUEUE_TRUE='#' +- HAVE_KQUEUE_FALSE= +-fi ++HAVE_KQUEUE_TRUE='#' ++HAVE_KQUEUE_FALSE= + + + +@@ -26817,9 +26786,12 @@ *android*) G_THREAD_LIBS_FOR_GTHREAD="$G_THREAD_LIBS" ;;