openbsd-ports/x11/vlc/patches/patch-projects_mozilla_vlcplugin_h
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

13 lines
391 B
Plaintext

$OpenBSD: patch-projects_mozilla_vlcplugin_h,v 1.1 2010/06/17 07:42:16 dcoppa Exp $
--- projects/mozilla/vlcplugin.h.orig Sun Mar 7 19:38:03 2010
+++ projects/mozilla/vlcplugin.h Sat Jun 12 22:45:02 2010
@@ -30,6 +30,8 @@
#define __VLCPLUGIN_H__
#include <vlc/vlc.h>
+#include <nspr/prtypes.h>
+#include <nspr/obsolete/protypes.h>
#include <npapi.h>
#include "control/nporuntime.h"