commit: e0c7b25ca240e9093c57eb63169f947b328f6d99 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Wed Jul 23 04:53:53 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Wed Jul 23 04:53:53 2025 +0000 URL: https://gitweb.gentoo.org/proj/virtualbox-patches.git/commit/?id=e0c7b25c
Update patch for embedded dxvk lib Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> patches/023_virtualbox-7.0.6-gcc-13.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/patches/023_virtualbox-7.0.6-gcc-13.patch b/patches/023_virtualbox-7.0.6-gcc-13.patch index 16abbea..53763be 100644 --- a/patches/023_virtualbox-7.0.6-gcc-13.patch +++ b/patches/023_virtualbox-7.0.6-gcc-13.patch @@ -2,8 +2,8 @@ Add a few missing includes. Bug: https://bugs.gentoo.org/892852 ---- a/src/libs/dxvk-2.3.1/src/util/util_matrix.cpp -+++ b/src/libs/dxvk-2.3.1/src/util/util_matrix.cpp +--- a/src/libs/dxvk-2.6.2/src/util/util_matrix.cpp ++++ b/src/libs/dxvk-2.6.2/src/util/util_matrix.cpp @@ -1,3 +1,4 @@ +#include <cstdint> #include "util_matrix.h" @@ -16,8 +16,8 @@ Bug: https://bugs.gentoo.org/892852 -} \ No newline at end of file +} ---- a/src/libs/dxvk-2.3.1/src/util/util_vector.h -+++ b/src/libs/dxvk-2.3.1/src/util/util_vector.h +--- a/src/libs/dxvk-2.6.2/src/util/util_vector.h ++++ b/src/libs/dxvk-2.6.2/src/util/util_vector.h @@ -1,6 +1,7 @@ #pragma once
