summaryrefslogtreecommitdiffstats
path: root/source/x/mesa/patches/0001-remove-deprecated-size_t-is-usize.patch
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-05-18 15:19:38 +0000
committer Eric Hameleers <alien@slackware.com>2023-05-18 18:33:34 +0200
commit5bf641e356ac1ccb9dc7b509daa5e800b5f23b13 (patch)
tree26cad23249e438027beed6d0cffe307db5e9970b /source/x/mesa/patches/0001-remove-deprecated-size_t-is-usize.patch
parent39de96c1694c51da0724ef99b869c8203895dfc9 (diff)
downloadcurrent-5bf641e356ac1ccb9dc7b509daa5e800b5f23b13.tar.gz
current-5bf641e356ac1ccb9dc7b509daa5e800b5f23b13.tar.xz
Thu May 18 15:19:38 UTC 202320230518151938
a/elogind-252.9-x86_64-1.txz: Upgraded. x/mesa-23.1.0-x86_64-1.txz: Upgraded. x/setxkbmap-1.3.4-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rw-r--r--source/x/mesa/patches/0001-remove-deprecated-size_t-is-usize.patch10
1 files changed, 0 insertions, 10 deletions
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
deleted file mode 100644
index 3cce37069..000000000
--- a/source/x/mesa/patches/0001-remove-deprecated-size_t-is-usize.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./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',