serenity/Ports/cmake/patches
2022-12-13 11:36:14 +01:00
..
0001-cmcurl-Include-unistd.patch Ports: Update CMake port to 3.25.1 2022-12-13 11:36:14 +01:00
0002-cmcurl-Use-struct-stat-and-include-sys-stat.h.patch Ports: Update CMake port to 3.25.1 2022-12-13 11:36:14 +01:00
ReadMe.md Ports: Update CMake port to 3.25.1 2022-12-13 11:36:14 +01:00

Patches for cmake on SerenityOS

0001-cmcurl-Include-unistd.patch

cmcurl: Include unistd

Everyone gets this wrong. Most platforms are very lax with these includes, but we're not one of them.

  • Local?
  • Should be merged to upstream?
  • Resolves issue(s) with our side of things
  • Hack

0002-cmcurl-Use-struct-stat-and-include-sys-stat.h.patch

cmcurl: Use struct stat and include sys/stat.h

For unknown reasons, curl_setup_once.h does not include sys/stat.h. This patch includes sys/stat.h.

  • Local?
  • Should be merged to upstream?
  • Resolves issue(s) with our side of things
  • Hack