From d8bc81a867c9c3ac4fbe5c969b6a3ac27f15e666 Mon Sep 17 00:00:00 2001 From: JK Wood Date: Tue, 22 Jul 2014 16:01:07 +0700 Subject: ham/grig: Added (Ham Radio rig control interface). Signed-off-by: Willy Sudiarto Raharjo --- ham/grig/g_thread.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ham/grig/g_thread.patch (limited to 'ham/grig/g_thread.patch') diff --git a/ham/grig/g_thread.patch b/ham/grig/g_thread.patch new file mode 100644 index 0000000000000..7679122ef4051 --- /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); + + + -- cgit v1.2.3