diff options
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.patch | 8 |
1 files changed, 8 insertions, 0 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 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 <unistd.h> + int main(void) { return gettid(); } |