mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 17:40:27 +00:00
365caec2e2
`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. |
||
---|---|---|
.. | ||
0001-filemanager-ext.c-Include-strings.h-if-SerenityOS.patch | ||
0002-filemanager-ext.c-Use-str_ncasecmp-instead-of-strnca.patch | ||
ReadMe.md |
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