summarylogtreecommitdiffstats
path: root/compile.patch
diff options
context:
space:
mode:
authorΝικόλαος Κυριάκος Φυτίλης2018-07-15 14:11:57 +0300
committerΝικόλαος Κυριάκος Φυτίλης2018-07-15 14:11:57 +0300
commit54b2f4d13c495aaca71e247c5304f7dfcdc3ab83 (patch)
tree755974c9f17b48525f486327a75ef1f1d4d3affa /compile.patch
parent8ed343e7726ec4dd3fa11dfdf37740d66a75a99b (diff)
downloadaur-54b2f4d13c495aaca71e247c5304f7dfcdc3ab83.tar.gz
fix from https://github.com/Vocaluxe/Vocaluxe/issues/377
Diffstat (limited to 'compile.patch')
-rw-r--r--compile.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/compile.patch b/compile.patch
new file mode 100644
index 000000000000..4e422f1fedbc
--- /dev/null
+++ b/compile.patch
@@ -0,0 +1,10 @@
+--- src/gtk-sharp/gtk/gui-thread-check/profiler/gui-thread-check.c 2018-07-15 14:08:33.440561978 +0300
++++ gui-thread-check.c 2018-07-15 14:08:18.943704346 +0300
+@@ -93,6 +93,6 @@
+
+ mono_profiler_install (NULL, NULL);
+ mono_profiler_install_enter_leave (simple_method_enter, NULL);
+- mono_profiler_set_events (MONO_PROFILE_ENTER_LEAVE);
++ // mono_profiler_set_events (MONO_PROFILE_ENTER_LEAVE);
+ }
+