summaryrefslogtreecommitdiff
path: root/Base/home/anon
diff options
context:
space:
mode:
authorSeekingBlues <seekingblues@gmail.com>2022-06-19 18:41:26 +0800
committerLinus Groh <mail@linusgroh.de>2022-06-19 19:50:23 +0100
commitdafea57fe2d2634237d94bdcfbb83e2faddae72f (patch)
tree56d0a0be71c94a55cc8fd7a7b6b76803d78d657b /Base/home/anon
parent0a989d1bfd6627ec453a9a0863508261adcd4884 (diff)
downloadserenity-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 'Base/home/anon')
0 files changed, 0 insertions, 0 deletions