pkgsrc/devel/xulrunner17/patches/patch-dom_plugins_ipc_PluginModuleChild.h
ryoon c0055e8103 Import xulrunner17-17.0.2 as devel/xulrunner17.
XULRunner is a runtime environment for applications using the
XML User Interface Language, XUL. It is the successor of the "Gecko"
runtime environment.

This package tracks 17.0.x extended support release.
2013-01-10 16:17:09 +00:00

13 lines
496 B
C

$NetBSD: patch-dom_plugins_ipc_PluginModuleChild.h,v 1.1 2013/01/10 16:17:10 ryoon Exp $
--- dom/plugins/ipc/PluginModuleChild.h.orig 2012-08-24 22:55:28.000000000 +0000
+++ dom/plugins/ipc/PluginModuleChild.h
@@ -330,7 +330,7 @@ private:
// we get this from the plugin
NP_PLUGINSHUTDOWN mShutdownFunc;
-#ifdef OS_LINUX
+#if defined(OS_LINUX) || defined(OS_BSD)
NP_PLUGINUNIXINIT mInitializeFunc;
#elif defined(OS_WIN) || defined(OS_MACOSX)
NP_PLUGININIT mInitializeFunc;