summarylogtreecommitdiffstats
path: root/g_thread.patch
diff options
context:
space:
mode:
authorCarsten Feuls2015-06-11 08:39:46 +0200
committerCarsten Feuls2015-06-11 08:39:46 +0200
commit3c0aba98888ce21657f1f0ebfb63ef01b2a432c5 (patch)
tree553b7feb3c437340b289d47d76ae6973a1a72910 /g_thread.patch
downloadaur-3c0aba98888ce21657f1f0ebfb63ef01b2a432c5.tar.gz
Initial import
Diffstat (limited to 'g_thread.patch')
-rw-r--r--g_thread.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/g_thread.patch b/g_thread.patch
new file mode 100644
index 000000000000..27a85938500c
--- /dev/null
+++ b/g_thread.patch
@@ -0,0 +1,12 @@
+--- main.c 2011-06-27 12:02:28.000000000 +0200
++++ 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);
+
+
+