mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 05:07:45 +00:00
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.
This commit is contained in:
parent
283aa43bf9
commit
365caec2e2
5 changed files with 6 additions and 42 deletions
|
@ -1,15 +1,6 @@
|
|||
# Patches for mc on SerenityOS
|
||||
|
||||
## `0001-config-config.sub-Add-SerenityOS-as-portable-system.patch`
|
||||
|
||||
config/config.sub: Add SerenityOS as portable system
|
||||
|
||||
- [ ] Local?
|
||||
- [X] Should be merged to upstream?
|
||||
- [ ] Resolves issue(s) with our side of things
|
||||
- [ ] Hack
|
||||
|
||||
## `0002-filemanager-ext.c-Include-strings.h-if-SerenityOS.patch`
|
||||
## `0001-filemanager-ext.c-Include-strings.h-if-SerenityOS.patch`
|
||||
|
||||
filemanager/ext.c: Include strings.h if SerenityOS
|
||||
|
||||
|
@ -18,7 +9,7 @@ filemanager/ext.c: Include strings.h if SerenityOS
|
|||
- [ ] Resolves issue(s) with our side of things
|
||||
- [ ] Hack
|
||||
|
||||
## `0003-filemanager-ext.c-Use-str_ncasecmp-instead-of-strnca.patch`
|
||||
## `0002-filemanager-ext.c-Use-str_ncasecmp-instead-of-strnca.patch`
|
||||
|
||||
filemanager/ext.c: Use str_ncasecmp instead of strncasecmp if SerenityOS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue