openbsd-ports/x11/vlc/patches/patch-projects_mozilla_vlcshell_cpp
dcoppa d0a569e14d Disable inhibit and screensaver plugins since they cause problems
when the dbus daemon is running

Fix Help->About->Thanks dialog

Unbreak after xulrunner update (patches adapted from archlinux)

OK ajacoutot@, landry@
2010-06-17 07:42:16 +00:00

16 lines
387 B
Plaintext

$OpenBSD: patch-projects_mozilla_vlcshell_cpp,v 1.1 2010/06/17 07:42:16 dcoppa Exp $
--- projects/mozilla/vlcshell.cpp.orig Sun Mar 7 19:38:03 2010
+++ projects/mozilla/vlcshell.cpp Sat Jun 12 22:52:27 2010
@@ -265,11 +265,6 @@ NPError NPP_Initialize( void )
return NPERR_NO_ERROR;
}
-jref NPP_GetJavaClass( void )
-{
- return NULL;
-}
-
void NPP_Shutdown( void )
{
;