mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 17:10:33 -04:00
17.0.5 - update firefox to 20.0 - update seamonkey and linux-seamonkey to 2.17 - update nspr to 4.9.6 - remove mail/thunderbird-esr, Mozilla stopped providing 2 versions of thunderbird - prune support for old FreeBSD versions; users of 8.2, 7.4 or earlier are advised to upgrade - http://www.freebsd.org/security/ - add vuln.xml entry Security: 94976433-9c74-11e2-a9fc-d43d7e0c7c02 Approved by: portmgr (miwi) In collaboration with: Jan Beich <jbeich@tormail.org>
10 lines
352 B
C++
10 lines
352 B
C++
--- browser/app/nsBrowserApp.cpp~
|
|
+++ browser/app/nsBrowserApp.cpp
|
|
@@ -334,6 +334,7 @@ int main(int argc, char* argv[])
|
|
TriggerQuirks();
|
|
#endif
|
|
|
|
+ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/firefox", 0);
|
|
int gotCounters;
|
|
#if defined(XP_UNIX)
|
|
struct rusage initialRUsage;
|