opnsense-ports/sysutils/xvidcap/files/patch-src_gnome_ui.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

11 lines
317 B
C

--- ./src/gnome_ui.c.orig 2008-06-12 22:48:03.000000000 +0200
+++ ./src/gnome_ui.c 2014-04-30 22:44:15.000000000 +0200
@@ -1679,7 +1679,7 @@
{
#define DEBUGFUNCTION "xvc_init_pre()"
g_thread_init (NULL);
- gdk_threads_init ();
+ /*gdk_threads_init ();*/
gtk_init (&argc, &argv);
return TRUE;