mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 10:12:25 -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.
230 B
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.