summaryrefslogtreecommitdiff
path: root/Ports/cmake/patches/ReadMe.md
diff options
context:
space:
mode:
authorAli Mohammad Pur <ali.mpfard@gmail.com>2021-12-24 05:22:03 +0330
committerAli Mohammad Pur <Ali.mpfard@gmail.com>2021-12-24 17:01:10 +0330
commitf7b399da442f03822da7d61a02bf2f879ad6d417 (patch)
tree614c0fe20ce134945ae844a64b4d26f3742e8fd9 /Ports/cmake/patches/ReadMe.md
parent49749e279aeab4a3da0e6e94333aaa8125ecb1a4 (diff)
downloadserenity-f7b399da442f03822da7d61a02bf2f879ad6d417.zip
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 :^)
Diffstat (limited to 'Ports/cmake/patches/ReadMe.md')
-rw-r--r--Ports/cmake/patches/ReadMe.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/Ports/cmake/patches/ReadMe.md b/Ports/cmake/patches/ReadMe.md
index fa92ec0439..9018ea2e6b 100644
--- a/Ports/cmake/patches/ReadMe.md
+++ b/Ports/cmake/patches/ReadMe.md
@@ -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.