diff options
author | SeekingBlues <seekingblues@gmail.com> | 2022-06-19 18:41:26 +0800 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-19 19:50:23 +0100 |
commit | dafea57fe2d2634237d94bdcfbb83e2faddae72f (patch) | |
tree | 56d0a0be71c94a55cc8fd7a7b6b76803d78d657b /.pre-commit-config.yaml | |
parent | 0a989d1bfd6627ec453a9a0863508261adcd4884 (diff) | |
download | serenity-dafea57fe2d2634237d94bdcfbb83e2faddae72f.zip |
Ports/ncurses: Disable mixed-case directory names when building on macOS
Since macOS's filesystem is case-insensitive, its `tic` only generates
terminfo directory names that are hex numbers instead of letters, such
as 78/xterm instead of x/xterm. However, the configure script still
enables the mixed-case directory name feature by default. As a result,
ncurses will fail when trying to find terminfo entries like x/xterm if
they are generated on macOS.
It seems like there is no way to change the behavior of `tic` to create
alphabetical directories, so we can only disable this option explicitly.
Diffstat (limited to '.pre-commit-config.yaml')
0 files changed, 0 insertions, 0 deletions