summaryrefslogtreecommitdiff
path: root/multimedia/gecko-mediaplayer/patches/patch-src_npupp.h
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gecko-mediaplayer/patches/patch-src_npupp.h')
-rw-r--r--multimedia/gecko-mediaplayer/patches/patch-src_npupp.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/gecko-mediaplayer/patches/patch-src_npupp.h b/multimedia/gecko-mediaplayer/patches/patch-src_npupp.h
new file mode 100644
index 00000000000..cec6ede0a8f
--- /dev/null
+++ b/multimedia/gecko-mediaplayer/patches/patch-src_npupp.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_npupp.h,v 1.1 2011/12/29 16:34:03 joerg Exp $
+
+--- src/npupp.h.orig 2011-12-29 14:02:31.000000000 +0000
++++ src/npupp.h
+@@ -700,7 +700,7 @@ extern "C" {
+
+ /* plugin meta member functions */
+
+- NP_EXPORT(char *) NP_GetMIMEDescription(void);
++ NP_EXPORT(const char *) NP_GetMIMEDescription(void);
+ NP_EXPORT(NPError) NP_Initialize(NPNetscapeFuncs *, NPPluginFuncs *);
+ NP_EXPORT(NPError) NP_Shutdown(void);
+ NP_EXPORT(NPError) NP_GetValue(void *future, NPPVariable aVariable, void *aValue);