From 92a9a3adda432ad2b7af58e08f5493ed6dc81196 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 22 Sep 2023 11:16:57 +0100 Subject: gentoo auto-resync : 22:09:2023 - 11:16:57 --- app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch (limited to 'app-emulation/vkd3d/files') diff --git a/app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch b/app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch new file mode 100644 index 000000000000..5aea3171c2de --- /dev/null +++ b/app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch @@ -0,0 +1,8 @@ +Dirty quick fix for implicit function check, VKD3D_CHECK_FUNC ideally +needs to be adjusted to be able to pass headers. +--- a/configure ++++ b/configure +@@ -18656,2 +18656,3 @@ + /* end confdefs.h. */ ++#include + int main(void) { return gettid(); } -- cgit v1.2.3