1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 02:07:35 +00:00

Ports/cmake: Remove obsolete conflicting declaration patches

I'm not quite sure why, but CMake compiles fine without these.
This commit is contained in:
Daniel Bertalan 2021-12-23 09:51:49 +01:00 committed by Ali Mohammad Pur
parent f7b399da44
commit e539a1d077
3 changed files with 0 additions and 34 deletions

View file

@ -59,16 +59,6 @@ Everyone gets this wrong. most platforms are very lax with these includes, but w
- [ ] Resolves issue(s) with our side of things
- [ ] Hack
## `0016-conflicting-0.patch` and `0017-conflicting-1.patch`
These two defines make GCC very sad. reasons are unknown at this time.
### Status
- [ ] Local?
- [ ] Should be merged to upstream?
- [X] Resolves issue(s) with our side of things
- [X] Hack
## `0026-curl-struct-stat.patch`
For unknown reasons, `curl_setup_once.h` does not include `sys/stat.h`. this patch includes `sys/stat.h`.