ladybird/Ports/imgcat/patches/ReadMe.md
Tim Schumacher 651560d588 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.
2022-05-21 18:10:38 +02:00

230 B

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.