mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
More candidates are likely to come before the official announcement (aka the rush hour) scheduled on 2016-11-15. This one intended to pick up upstream security fixes earlier while looking for downstream regressions. Changes: https://www.mozilla.org/firefox/50.0/releasenotes/ Security: d1853110-07f4-4645-895b-6fd462ad0589 MFH: 2016Q4 (piling up)
12 lines
445 B
C++
12 lines
445 B
C++
--- browser/app/nsBrowserApp.cpp.orig 2016-09-19 16:19:28 UTC
|
|
+++ browser/app/nsBrowserApp.cpp
|
|
@@ -324,6 +324,9 @@ int main(int argc, char* argv[], char* e
|
|
{
|
|
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();
|
|
|