ports/x11/virglrenderer/files/patch-src_mesa_util_libsync.h
Thibault Payet 1fd119f882 x11/virglrenderer: Update to 1.0.1
Add USE_XORG variable.
Pet portfmt.
Submitter takes maintainership.

PR:		283723
2024-12-30 08:55:28 +01:00

12 lines
258 B
C

--- src/mesa/util/libsync.h.orig 2024-01-08 20:00:59 UTC
+++ src/mesa/util/libsync.h
@@ -30,6 +30,9 @@
#include <assert.h>
#include <errno.h>
+#ifndef ETIME
+#define ETIME ETIMEDOUT
+#endif
#include <stdbool.h>
#include <stdint.h>
#include <string.h>