diff options
Diffstat (limited to '')
-rw-r--r-- | source/x/FTBFSlog | 3 | ||||
-rw-r--r-- | source/x/mesa/patches/0001-remove-deprecated-size_t-is-usize.patch | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/source/x/FTBFSlog b/source/x/FTBFSlog index fef9f0bd9..82cf785b6 100644 --- a/source/x/FTBFSlog +++ b/source/x/FTBFSlog @@ -1,3 +1,6 @@ +Thu Apr 13 19:25:28 UTC 2023 +mesa: fix build by removing deprecated rust-bindgen option. Thanks to lucabon. ++--------------------------+ Tue Feb 14 20:48:58 UTC 2023 vulkan-sdk: Patched VulkanTools to fix warning/error about uninitialized variables. Thanks to lucabon. diff --git a/source/x/mesa/patches/0001-remove-deprecated-size_t-is-usize.patch b/source/x/mesa/patches/0001-remove-deprecated-size_t-is-usize.patch new file mode 100644 index 000000000..3cce37069 --- /dev/null +++ b/source/x/mesa/patches/0001-remove-deprecated-size_t-is-usize.patch @@ -0,0 +1,10 @@ +--- ./src/gallium/frontends/rusticl/meson.build.orig 2023-04-07 11:22:42.000000000 -0500 ++++ ./src/gallium/frontends/rusticl/meson.build 2023-04-13 14:19:05.372488443 -0500 +@@ -92,7 +92,6 @@ + rusticl_bindgen_args = [ + '--no-convert-floats', + '--use-array-pointers-in-arguments', +- '--size_t-is-usize', + '--default-enum-style', 'rust', + '--with-derive-partialeq', + '--with-derive-eq', |