You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.p...

9 lines
257 B

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(); }