FreeBSD Bugzilla – Attachment 177083 Details for
Bug 199872
devel/glib20 Apps using glib 2.42.2 crashing with 'pthread_mutex_lock' abort
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
glib20-nokqueue.diff
glib20-nokqueue.diff (text/plain), 1.40 KB, created by
Tobias Kortkamp
on 2016-11-16 17:33:13 UTC
(
hide
)
Description:
glib20-nokqueue.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2016-11-16 17:33:13 UTC
Size:
1.40 KB
patch
obsolete
>diff --git a/devel/glib20/files/patch-configure b/devel/glib20/files/patch-configure >index 9a57c07..9689263 100644 >--- a/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" > ;;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 199872
:
156258
|
177083
|
177118
|
186826
|
188059
|
188365
|
189330
|
189354