mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:57:36 +00:00
Ports: Fix the conflicting types issue in the cmake port
This patch is pending upstream, but until then, let's keep it locally to make the port work :^)
This commit is contained in:
parent
49749e279a
commit
f7b399da44
2 changed files with 47 additions and 0 deletions
|
@ -1,5 +1,15 @@
|
|||
# Patches for CMake (and submodules) on SerenityOS
|
||||
|
||||
## `0001-cmnghttp2-check-for-HAVE_SIZEOF_SSIZE_T-and-not-HAVE.patch`
|
||||
|
||||
Fixes an issue where the first configure of cmake would generate an invalid config.h file somewhere, leading to the first run of `./package.sh` failing due to what `0016-conflicting-0.patch` and `0017-conflicting-1.patch` attempt to fix.
|
||||
|
||||
### Status
|
||||
- [ ] Local?
|
||||
- [X] Should be merged to upstream?
|
||||
- [ ] Resolves issues(s) with our side of things
|
||||
- [ ] Hack
|
||||
|
||||
## `0010-don-t-use-siginfo.patch`
|
||||
|
||||
We don't support SIGINFO. This patch removes uses of SIGINFO.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue