diff options
author | Jesper Schmitz Mouridsen <jsm@FreeBSD.org> | 2023-02-26 20:38:20 +0100 |
---|---|---|
committer | Jesper Schmitz Mouridsen <jsm@FreeBSD.org> | 2023-02-26 20:50:01 +0100 |
commit | b09304bf26695a32b3eacd355b7613b2768a41e6 (patch) | |
tree | fbcf74f69585ecbd8fc0061cd9c3178e9adc16ba /www/librewolf/files/patch-toolkit_xre_nsXREDirProvider.cpp | |
parent | sysutils/py-glances: Update to 3.3.1 (diff) |
www/librewolf: Update to 109.0.1.2
Add its own profiles root directory
to not conflict with firefox profiles,
of different versions.
PR: 269092
Approved by: Martin Filla <freebsd@sysctl.cz> (maintainer)
Diffstat (limited to 'www/librewolf/files/patch-toolkit_xre_nsXREDirProvider.cpp')
-rw-r--r-- | www/librewolf/files/patch-toolkit_xre_nsXREDirProvider.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/librewolf/files/patch-toolkit_xre_nsXREDirProvider.cpp b/www/librewolf/files/patch-toolkit_xre_nsXREDirProvider.cpp new file mode 100644 index 000000000000..e49519e6f768 --- /dev/null +++ b/www/librewolf/files/patch-toolkit_xre_nsXREDirProvider.cpp @@ -0,0 +1,11 @@ +--- toolkit/xre/nsXREDirProvider.cpp.orig ++++ toolkit/xre/nsXREDirProvider.cpp +@@ -1614,6 +1614,7 @@ + + rv = AppendProfileString(aFile, folder.BeginReading()); + } else { ++ appName = nsAutoCString("librewolf"); + if (!vendor.IsEmpty()) { + folder.Append(vendor); + ToLowerCase(folder); + |