ladybird/Ports/cmake/patches
Tim Schumacher a39a341e26 Ports: Update the CMake platform module from upstream
While we're at it, remove the `/bin/sh` patch that is no longer needed,
as we now build the port fully on the host.
2022-07-22 17:33:28 +01:00
..
0001-kwsys-Don-t-use-siginfo.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
0002-SerenityOS-Add-Platform-module.patch Ports: Update the CMake platform module from upstream 2022-07-22 17:33:28 +01:00
0003-cmcurl-Include-unistd.patch Ports: Update the CMake platform module from upstream 2022-07-22 17:33:28 +01:00
0004-cmcurl-Use-struct-stat-and-include-sys-stat.h.patch Ports: Update the CMake platform module from upstream 2022-07-22 17:33:28 +01:00
0005-CMake-Disable-tests.patch Ports: Update the CMake platform module from upstream 2022-07-22 17:33:28 +01:00
ReadMe.md Ports: Update the CMake platform module from upstream 2022-07-22 17:33:28 +01:00

Patches for cmake on SerenityOS

0001-kwsys-Don-t-use-siginfo.patch

kwsys: Don't use siginfo

We don't support SIGINFO. This patch removes uses of SIGINFO.

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

0002-SerenityOS-Add-Platform-module.patch

SerenityOS: Add Platform module

0003-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

0004-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

0005-CMake-Disable-tests.patch

CMake: Disable tests

We don't care about building tests for now, and it makes the compilation much faster.

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