diff options
| author | Manuel Frischknecht <manuel.frischknecht@macd.com> | 2024-01-19 01:25:41 +0100 |
|---|---|---|
| committer | Manuel Frischknecht <manuel.frischknecht@gmail.com> | 2024-01-22 21:24:20 +0100 |
| commit | 5ff0ef514f4a5f69213f933b54474bc83f231bd6 (patch) | |
| tree | 9419b709356a3587b7024ce32bda28237c5c364d /pkgs/development/python-modules/rangehttpserver | |
| parent | 27a65c2b26d67d564dd52135993ceac3ceb0d067 (diff) | |
foxotron: fetch assimp patches to fix build
Foxotron vendors a lot of dependencies (see the `external` directory and
the various submodules it contains). One of them (`FBX`) fails to build
with current versions of GCC because the compiler cannot resolve the
type `std::uint32_t`. The affected file still imports the type via
`#include <stdint.h>`, which has been superseded by `#include <cstdint>`
in C++11.
The upstream patch applied here fixes this build issue by introducing
the missing include line of `<cstdint>`.
The new addition to `postPatch` disables a `-Werror` setting that
(currently) seemingly only causes assimp builds failures on darwin.
Co-authored-by: Cosima Neidahl <opna2608@protonmail.com>
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
