Commit Graph

2 Commits

Author SHA1 Message Date
éclairevoyant
b4ac0c8d98 openexr: 2.5.8 -> 2.5.10 (#278994)
With updated gcc-13 patch to fix pkgsMusl.openexr_2
2024-01-06 14:17:04 +01:00
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