mirror of
https://github.com/RGBCube/serenity
synced 2025-07-31 18:07:47 +00:00
Ports: Update and fix imgcat
- 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.
This commit is contained in:
parent
749d0eef7f
commit
651560d588
4 changed files with 41 additions and 9 deletions
9
Ports/imgcat/patches/ReadMe.md
Normal file
9
Ports/imgcat/patches/ReadMe.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue