mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-25 18:52:22 -05:00
651560d588
- Update imgcat to 2.5.1 to get rid of prebuilt object files that have accidentally been included in the previous release tarball. - Add a missing dependency on `termcap`. - Remove an unused include of `err.h`, which we do not support. - Use actually working settings for installing the built files.
9 lines
230 B
Markdown
9 lines
230 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.
|
|
|