Bump version to 24.04.3.4
[LibreOffice.git] / external / gpgmepp / macos-macports-path.patch
blobde7e8f68e69f9dbf24c683692a3b4ef39ec34b6a
1 --- src/posix-util.c 2023-04-20 07:35:50.000000000 -0400
2 +++ src/posix-util.c 2023-07-14 17:28:21.000000000 -0400
3 @@ -145,7 +145,7 @@
4 the browser interface we should look into some additional
5 fallback paths. */
6 const char *additional_path
7 - = "/usr/local/bin:/usr/local/MacGPG2/bin:/opt/homebrew/bin";
8 + = "/usr/local/bin:/usr/local/MacGPG2/bin:/opt/homebrew/bin:/opt/local/bin";
9 if (!ret)
11 ret = walk_path_str (additional_path, pgm);