1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 03:57:45 +00:00
serenity/Ports/imgcat/patches/ReadMe.md
Tim Schumacher 592c3a8cb4 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.
2023-12-14 16:43:37 +01:00

14 lines
315 B
Markdown

# Patches for imgcat on SerenityOS
## `0001-Remove-an-include-of-err.h.patch`
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