Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / external / gpgmepp / macos-macports-path.patch
blobdbc757b741b45d996186966c91538f321e542e71
1 --- src/posix-util.c 2020-07-15 06:14:17.000000000 -0400
2 +++ src/posix-util.c 2023-07-14 19:09:58.000000000 -0400
3 @@ -135,7 +135,8 @@
4 /* On apple, especially when started through gpgme-json via
5 the browser interface we should look into some additional
6 fallback paths. */
7 - const char *additional_path = "/usr/local/bin:/usr/local/MacGPG2/bin";
8 + const char *additional_path
9 + = "/usr/local/bin:/usr/local/MacGPG2/bin:/opt/homebrew/bin:/opt/local/bin";
10 if (!ret)
12 ret = walk_path_str (additional_path, pgm);