office-gobmx/external/gpgmepp/macos-macports-path.patch
Patrick Luby 693411e60c Related tdf#155125: add MacPorts to GPG's fallback search on macOS
Change-Id: I52a5031b531dc542b2eea72191a1c240f78820bb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154474
Tested-by: Jenkins
Reviewed-by: Patrick Luby <plubius@neooffice.org>
2023-07-15 02:25:39 +02:00

11 lines
472 B
Diff

--- src/posix-util.c 2023-04-20 07:35:50.000000000 -0400
+++ src/posix-util.c 2023-07-14 17:28:21.000000000 -0400
@@ -145,7 +145,7 @@
the browser interface we should look into some additional
fallback paths. */
const char *additional_path
- = "/usr/local/bin:/usr/local/MacGPG2/bin:/opt/homebrew/bin";
+ = "/usr/local/bin:/usr/local/MacGPG2/bin:/opt/homebrew/bin:/opt/local/bin";
if (!ret)
{
ret = walk_path_str (additional_path, pgm);