1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-08-01 15:37:47 +00:00

Ports: Remove termcap

termcap has last been updated in 2002, and is relying on a lot of
deprecated C99 behavior. All two current users are fine without it,
so just remove it completely.
This commit is contained in:
Tim Schumacher 2023-11-30 15:30:07 +01:00
parent 14c724e8e2
commit 592c3a8cb4
7 changed files with 29 additions and 12 deletions

View file

@ -7,3 +7,8 @@ Remove an include of `err.h`
`err.h` appears to be BSD-specific, and we don't support it. Luckily,
imgcat compiles just fine even when removing it.
## `0002-Remove-the-dependency-on-termcap.patch`
Remove the dependency on termcap