ports/devel/godot/files/patch-thirdparty_linuxbsd_headers_udev_libudev.h
Robert Clausecker 87adc7e465 devel/godot{,-tools}: move patches to the right port
It was unclear where the patches should go.

Fixes:		3d9903862d
Reported by:	Chédotal Julien <rjdi@wanadoo.fr>
PR:		284869
2025-02-21 02:12:44 +01:00

11 lines
338 B
C

--- thirdparty/linuxbsd_headers/udev/libudev.h.orig 2025-02-19 15:18:28.842768000 +0100
+++ thirdparty/linuxbsd_headers/udev/libudev.h 2025-02-19 15:18:40.913920000 +0100
@@ -22,7 +22,7 @@
#define _LIBUDEV_H_
#include <stdarg.h>
-#include <sys/sysmacros.h>
+// #include <sys/sysmacros.h>
#include <sys/types.h>
#ifdef __cplusplus