diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-09-22 01:05:17 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-09-22 01:55:45 -0400 |
commit | 5a99343091d086a5e77b4be6777f8b2e2ddfd236 (patch) | |
tree | 59fd0caeed7fca6d0f0d1833b3e8c37031f659f8 /app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch | |
parent | www-servers/puma: drop 5.6.5, 6.1.1-r1, 6.2.2, 6.3.0 (diff) | |
download | gentoo-5a99343091d086a5e77b4be6777f8b2e2ddfd236.tar.gz gentoo-5a99343091d086a5e77b4be6777f8b2e2ddfd236.tar.bz2 gentoo-5a99343091d086a5e77b4be6777f8b2e2ddfd236.zip |
app-emulation/vkd3d: add 1.9
Also do a dirty fix for implicit configure check, not going to
spend much time here given this is only packaged for old wine-7.
May eventually mask USE=vkd3d on it rather than keep updating this
given it is unlikely dx12-users are not using a more recent Wine
and it is questionable how compatible these bumps are.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
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(); } |