summaryrefslogtreecommitdiff
path: root/app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-02 20:14:09 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-02 20:14:09 +0100
commitdd955a48d88d9b98d49a61f10ab4b52f53cf83a0 (patch)
treede2fa72b509cdf2371fc67b9ec231bdad7d03b5b /app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch
parent29e3ef4590d6bee24c4a3798d12a3cfef750bd54 (diff)
gentoo auto-resync : 02:04:2024 - 20:14:09
Diffstat (limited to 'app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch')
-rw-r--r--app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch b/app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch
deleted file mode 100644
index bb9f0658a799..000000000000
--- a/app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-Dirty quick fix for implicit function check, VKD3D_CHECK_FUNC is
-unsuitable to handle it.
-
-Update: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/528
---- a/configure
-+++ b/configure
-@@ -18656,2 +18656,3 @@
- /* end confdefs.h. */
-+#include <unistd.h>
- int main(void) { return gettid(); }