opnsense-ports/comms/lysdr/files/patch-lysdr.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
297 B
C

--- lysdr.c.orig 2014-06-02 01:02:06.000000000 -0700
+++ lysdr.c 2014-06-02 01:02:18.000000000 -0700
@@ -103,10 +103,6 @@
printf("lysdr starting\n");
- // get the Gtk threads support going
- if(!g_thread_supported())
- g_thread_init(NULL);
-
gdk_threads_init();
gdk_threads_enter();