nixpkgs/pkgs/games/crossfire
Manuel Frischknecht b3d48a4f32 crossfire-server: fix build due to missing cstdint include
GCC 13 stopped including `cstdint` (and other headers) transitively
in most scenarios, causing build failures in programs that relied
on that behavior.

This change adds a missing `cstdint` include via patch to the
`crossfire-server` source, fixing such a build failure.
2024-01-26 23:20:49 +00:00
..
add-cstdint-include-to-crossfire-server.patch crossfire-server: fix build due to missing cstdint include 2024-01-26 23:20:49 +00:00
crossfire-arch.nix
crossfire-client.nix
crossfire-maps.nix
crossfire-server.nix crossfire-server: fix build due to missing cstdint include 2024-01-26 23:20:49 +00:00
default.nix