mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-emulation/dxvk: fix build with gcc14
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -55,6 +55,7 @@ BDEPEND="
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-1.10.3-wow64-setup.patch
|
||||
"${FILESDIR}"/${PN}-2.3.1-gcc14.patch
|
||||
)
|
||||
|
||||
pkg_pretend() {
|
||||
|
||||
@@ -55,6 +55,7 @@ BDEPEND="
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-1.10.3-wow64-setup.patch
|
||||
"${FILESDIR}"/${PN}-2.3.1-gcc14.patch
|
||||
)
|
||||
|
||||
pkg_pretend() {
|
||||
|
||||
7
app-emulation/dxvk/files/dxvk-2.3.1-gcc14.patch
Normal file
7
app-emulation/dxvk/files/dxvk-2.3.1-gcc14.patch
Normal file
@@ -0,0 +1,7 @@
|
||||
for std::remove_if
|
||||
--- a/src/d3d9/d3d9_mem.cpp
|
||||
+++ b/src/d3d9/d3d9_mem.cpp
|
||||
@@ -5,2 +5,3 @@
|
||||
#include "../util/util_likely.h"
|
||||
+#include <algorithm>
|
||||
#include <utility>
|
||||
Reference in New Issue
Block a user