blob: a4fc816a3cc0f7bc50debee173cff7e2f2104f21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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`
filemanager/ext.c: Include strings.h if SerenityOS
- [ ] Local?
- [X] Should be merged to upstream?
- [ ] Resolves issue(s) with our side of things
- [ ] Hack
## `0003-filemanager-ext.c-Use-str_ncasecmp-instead-of-strnca.patch`
filemanager/ext.c: Use str_ncasecmp instead of strncasecmp if SerenityOS
- [ ] Local?
- [X] Should be merged to upstream?
- [ ] Resolves issue(s) with our side of things
- [ ] Hack
|