mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Merge branch 'rs/macos-iconv-workaround' into jch
Workaround that "iconv" shipped as part of macOS, which is broken handling ISO-2022 encoded strings. * rs/macos-iconv-workaround: config.mak.uname: use iconv from Homebrew on macOS
This commit is contained in:
@@ -182,6 +182,13 @@ ifeq ($(uname_S),Darwin)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(shell test -d /opt/homebrew/opt/libiconv/ && echo y),y)
|
||||
ICONVDIR ?= /opt/homebrew/opt/libiconv
|
||||
endif
|
||||
ifeq ($(shell test -d /usr/local/opt/libiconv/ && echo y),y)
|
||||
ICONVDIR ?= /usr/local/opt/libiconv
|
||||
endif
|
||||
|
||||
BASIC_LDFLAGS += -framework CoreServices
|
||||
endif
|
||||
ifeq ($(uname_S),SunOS)
|
||||
|
||||
Reference in New Issue
Block a user