diff options
Diffstat (limited to 'dev-games/clanlib/files/clanlib-0.8.1-gcc12.patch')
-rw-r--r-- | dev-games/clanlib/files/clanlib-0.8.1-gcc12.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-games/clanlib/files/clanlib-0.8.1-gcc12.patch b/dev-games/clanlib/files/clanlib-0.8.1-gcc12.patch new file mode 100644 index 000000000000..68ed616b3ca7 --- /dev/null +++ b/dev-games/clanlib/files/clanlib-0.8.1-gcc12.patch @@ -0,0 +1,12 @@ +https://bugs.gentoo.org/877301 +--- a/Sources/API/Core/System/cl_assert.h ++++ b/Sources/API/Core/System/cl_assert.h +@@ -33,6 +33,8 @@ + #ifndef header_cl_assert + #define header_cl_assert + ++#include <cstddef> ++ + #ifdef CL_API_DLL + #ifdef CL_CORE_EXPORT + #define CL_API_CORE __declspec(dllexport) |