diff options
Diffstat (limited to 'www/seamonkey/files/patch-suite-app-nsSuiteApp.cpp')
-rw-r--r-- | www/seamonkey/files/patch-suite-app-nsSuiteApp.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/seamonkey/files/patch-suite-app-nsSuiteApp.cpp b/www/seamonkey/files/patch-suite-app-nsSuiteApp.cpp new file mode 100644 index 000000000000..b477bd2aa922 --- /dev/null +++ b/www/seamonkey/files/patch-suite-app-nsSuiteApp.cpp @@ -0,0 +1,11 @@ +--- suite/app/nsSuiteApp.cpp~ ++++ suite/app/nsSuiteApp.cpp +@@ -215,6 +215,8 @@ int main(int argc, char* argv[]) + #ifdef XP_MACOSX + TriggerQuirks(); + #endif ++ ++ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/seamonkey", 0); + + nsresult rv = mozilla::BinaryPath::Get(argv[0], exePath); + if (NS_FAILED(rv)) { |