freebsd-ports/multimedia/gxine/files/patch-src_desktop_integration.c
Martin Wilke a44a52fb21 - Update to 0.5.903
- Add GNOME and XCB options

PR:		124619
Submitted by:	Max Brazhnikov <makc@issp.ac.ru> (maintainer)
2008-06-18 23:34:42 +00:00

20 lines
426 B
C

--- ./src/desktop_integration.c.orig 2008-05-23 22:42:20.000000000 +0400
+++ ./src/desktop_integration.c 2008-06-15 20:21:03.000000000 +0400
@@ -123,6 +123,9 @@
gboolean gxine_vfs_init (void)
{
+#ifndef USE_INTEGRATION_WIZARD
+ return gnome_vfs_available = 0;
+#else
void (*init_func) (void) = NULL;
if (gnome_vfs_available != -1)
@@ -173,6 +176,7 @@
#endif
return gnome_vfs_available = 1;
+#endif
}
/*