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
4 /* On apple, especially when started through gpgme-json via
5 the browser interface we should look into some additional
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";
12 ret = walk_path_str (additional_path, pgm);