nixpkgs/pkgs/development/libraries/openexr
Sergei Trofimovich d55edbca4a openexr: backport gcc-13 fix
Without the change `openexr` build on `gcc-13` fails as:

    [ 99%] Building CXX object src/test/OpenEXRTest/CMakeFiles/OpenEXRTest.dir/testInputPart.cpp.o
    openexr/src/bin/exrcheck/main.cpp: In function 'bool exrCheck(const char*, bool, bool, bool, bool)':
    openexr/src/bin/exrcheck/main.cpp:65:15: error: 'uintptr_t' does not name a type
       65 |         const uintptr_t kMaxSize = uintptr_t (-1) / 4;
          |               ^~~~~~~~~
2023-06-05 08:01:49 +01:00
..
3.nix openexr_3: disable tests for armv7l-linux 2023-05-22 11:12:16 +03:00
default.nix openexr: backport gcc-13 fix 2023-06-05 08:01:49 +01:00
gcc-13.patch openexr: backport gcc-13 fix 2023-06-05 08:01:49 +01:00