summaryrefslogtreecommitdiffstats
path: root/ham/grig/g_thread.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ham/grig/g_thread.patch')
-rw-r--r--ham/grig/g_thread.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/ham/grig/g_thread.patch b/ham/grig/g_thread.patch
new file mode 100644
index 0000000000..7679122ef4
--- /dev/null
+++ b/ham/grig/g_thread.patch
@@ -0,0 +1,12 @@
+--- src/main.c 2011-06-27 12:02:28.000000000 +0200
++++ src/main.c 2014-07-14 17:06:44.649235990 +0200
+@@ -182,8 +182,7 @@
+ the program if threads are not supported... then why doesn''t it work
+ on FreeBSD?
+ */
+- if (!g_thread_supported ())
+- g_thread_init (NULL);
++ g_thread_init (NULL);
+
+
+