mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:37:45 +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:
parent
f7b399da44
commit
e539a1d077
3 changed files with 0 additions and 34 deletions
|
@ -1,12 +0,0 @@
|
||||||
--- a/Utilities/cmnghttp2/cmakeconfig.h.in 2021-02-12 22:10:29.813759193 +0330
|
|
||||||
+++ b/Utilities/cmnghttp2/cmakeconfig.h.in 2021-02-12 22:10:35.577912239 +0330
|
|
||||||
@@ -5,9 +5,6 @@
|
|
||||||
#include <cm3p/kwiml/abi.h>
|
|
||||||
#include <cm3p/kwiml/int.h>
|
|
||||||
|
|
||||||
-/* Define to `int' if <sys/types.h> does not define. */
|
|
||||||
-#cmakedefine ssize_t @ssize_t@
|
|
||||||
-
|
|
||||||
/* sizeof(int *) */
|
|
||||||
#define SIZEOF_INT_P KWIML_ABI_SIZEOF_DATA_PTR
|
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
--- a/Utilities/cmcurl/lib/curl_config.h.cmake 2021-02-12 22:12:54.848790862 +0330
|
|
||||||
+++ b/Utilities/cmcurl/lib/curl_config.h.cmake 2021-02-12 22:12:57.841458768 +0330
|
|
||||||
@@ -1052,9 +1052,6 @@ ${SIZEOF_TIME_T_CODE}
|
|
||||||
/* Define to empty if `const' does not conform to ANSI C. */
|
|
||||||
#cmakedefine const ${const}
|
|
||||||
|
|
||||||
-/* Type to use in place of in_addr_t when system does not provide it. */
|
|
||||||
-#cmakedefine in_addr_t ${in_addr_t}
|
|
||||||
-
|
|
||||||
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
|
||||||
calls it, or to nothing if 'inline' is not supported under any name. */
|
|
||||||
#ifndef __cplusplus
|
|
|
@ -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
|
- [ ] Resolves issue(s) with our side of things
|
||||||
- [ ] Hack
|
- [ ] 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`
|
## `0026-curl-struct-stat.patch`
|
||||||
|
|
||||||
For unknown reasons, `curl_setup_once.h` does not include `sys/stat.h`. this patch includes `sys/stat.h`.
|
For unknown reasons, `curl_setup_once.h` does not include `sys/stat.h`. this patch includes `sys/stat.h`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue