Johannes Schindelin [off-list ref] writes:
Hi Junio,
On Thu, 25 Apr 2019, Junio C Hamano wrote:
quoted
* js/macos-gettext-build (2019-04-15) 1 commit
(merged to 'next' on 2019-04-22 at de4cbb1431)
+ macOS: make sure that gettext is found
Build with gettext breaks on recent macOS w/ Homebrew when
/usr/local/bin is not on PATH, which has been corrected.
This description is almost correct: the problem fixed in this patch is
that `/usr/local/include` seems not to be in the header search path of
Homebrew's `gcc` on Mojave.
Ack. Thanks. Will update the draft release notes.