mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
files/patch-system-openh264 causes patch churn on updates and hits assertion with DEBUG=on[1]. Rework to use MOZ_GMP_PATH instead. While here populate Last Updated field to avoid falling back to Epoch start and disable Automatic Updates in an unlikely case of - Cisco & Mozilla providing prebuilt version for FreeBSD - Firefox running with root priveleges i.e., write permission under /usr/local PR: 202218 [1] Reported by: kib, pi [1] Inspired by: Gentoo MFH: 2015Q3
12 lines
381 B
C++
12 lines
381 B
C++
--- mail/app/nsMailApp.cpp~
|
|
+++ mail/app/nsMailApp.cpp
|
|
@@ -320,6 +320,9 @@ int main(int argc, char* argv[])
|
|
TriggerQuirks();
|
|
#endif
|
|
|
|
+ setenv("MOZ_GMP_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0);
|
|
+ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0);
|
|
+
|
|
int gotCounters;
|
|
#if defined(XP_UNIX)
|
|
struct rusage initialRUsage;
|