aboutsummaryrefslogtreecommitdiff
path: root/ham/grig/g_thread.patch
diff options
context:
space:
mode:
authorJK Wood <joshuakwood@gmail.com>2017-09-14 08:26:59 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-09-14 08:27:14 +0700
commitbe4a06665a9de7fe645006a9d95537de90cdb097 (patch)
tree6e051da8b1a64c9ac997c39d6e1951d8b7e476c1 /ham/grig/g_thread.patch
parent3d967b7025367622c8169957d123fa7d87e0af28 (diff)
ham/grig: Updated for version 0.8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/grig/g_thread.patch')
-rw-r--r--ham/grig/g_thread.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/ham/grig/g_thread.patch b/ham/grig/g_thread.patch
deleted file mode 100644
index 7679122ef4..0000000000
--- a/ham/grig/g_thread.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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);
-
-
-