mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
6074e663b6
Changes: http://www.seamonkey-project.org/news MFH: 2017Q3 Security: d1853110-07f4-4645-895b-6fd462ad0589 Security: 512c0ffd-cd39-4da4-b2dc-81ff4ba8e238 Security: e60169c4-aa86-46b0-8ae2-0d81f683df09
13 lines
443 B
C++
13 lines
443 B
C++
--- suite/app/nsSuiteApp.cpp.orig 2017-07-07 05:15:27 UTC
|
|
+++ suite/app/nsSuiteApp.cpp
|
|
@@ -318,6 +318,9 @@ int main(int argc, char* argv[], char* envp[])
|
|
{
|
|
mozilla::TimeStamp start = mozilla::TimeStamp::Now();
|
|
|
|
+ setenv("MOZ_GMP_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0);
|
|
+ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0);
|
|
+
|
|
#ifdef HAS_DLL_BLOCKLIST
|
|
DllBlocklist_Initialize();
|
|
|