ladybird/Ports/mc/patches
Tim Schumacher 365caec2e2 Ports: Replace mc config.sub patch with our own download
`mc` runs `autoconf` on the fly, which unpacks a `config.sub` from its
own files. This means that support for `serenity` (and the fact whether
the patch successfully applies) depends on the version of `autoconf`
that is installed on the host.

Instead, just always replace it with a fresh version straight from the
GNU server.
2022-05-03 22:17:28 +02:00
..
0001-filemanager-ext.c-Include-strings.h-if-SerenityOS.patch Ports: Replace mc config.sub patch with our own download 2022-05-03 22:17:28 +02:00
0002-filemanager-ext.c-Use-str_ncasecmp-instead-of-strnca.patch Ports: Replace mc config.sub patch with our own download 2022-05-03 22:17:28 +02:00
ReadMe.md Ports: Replace mc config.sub patch with our own download 2022-05-03 22:17:28 +02:00

Patches for mc on SerenityOS

0001-filemanager-ext.c-Include-strings.h-if-SerenityOS.patch

filemanager/ext.c: Include strings.h if SerenityOS

  • Local?
  • Should be merged to upstream?
  • Resolves issue(s) with our side of things
  • Hack

0002-filemanager-ext.c-Use-str_ncasecmp-instead-of-strnca.patch

filemanager/ext.c: Use str_ncasecmp instead of strncasecmp if SerenityOS

  • Local?
  • Should be merged to upstream?
  • Resolves issue(s) with our side of things
  • Hack