#
185787c6 |
| 22-Apr-2021 |
christos <christos@NetBSD.org> |
PR/56120: Chris Pinnock: build.sh (-m alpha) release fails on current on Darwin in libc compilation We build the regex code in tools without nls. We don't include any nls headers for that, but on Dar
PR/56120: Chris Pinnock: build.sh (-m alpha) release fails on current on Darwin in libc compilation We build the regex code in tools without nls. We don't include any nls headers for that, but on Darwin wint_t gets defined, so we end up with a compilation error. The cleaner fix would have been to always use regex_foo_t types, but the minimal fix is to only do this for the tools build, using cpp.
show more ...
|