Merge pull request #16005 from fxcoudert/iconv
superenv: help gettext-based configure scripts
This commit is contained in:
commit
ade6ce123a
@ -120,6 +120,12 @@ module Superenv
|
|||||||
ENV["ac_have_clock_syscall"] = "no"
|
ENV["ac_have_clock_syscall"] = "no"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# On macOS Sonoma (at least release candidate), iconv() is generally
|
||||||
|
# present and working, but has a minor regression that defeats the
|
||||||
|
# test implemented in gettext's configure script (and used by many
|
||||||
|
# gettext dependents).
|
||||||
|
ENV["am_cv_func_iconv_works"] = "yes" if MacOS.version == "14"
|
||||||
|
|
||||||
# The tools in /usr/bin proxy to the active developer directory.
|
# The tools in /usr/bin proxy to the active developer directory.
|
||||||
# This means we can use them for any combination of CLT and Xcode.
|
# This means we can use them for any combination of CLT and Xcode.
|
||||||
self["HOMEBREW_PREFER_CLT_PROXIES"] = "1"
|
self["HOMEBREW_PREFER_CLT_PROXIES"] = "1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user