ports/devel/godot/files/patch-platform_linuxbsd_libudev-so__wrap.c
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
424 B
C

--- platform/linuxbsd/libudev-so_wrap.c.orig 2025-02-19 15:17:47.002070000 +0100
+++ platform/linuxbsd/libudev-so_wrap.c 2025-02-19 15:19:37.278257000 +0100
@@ -281,7 +281,7 @@
int initialize_libudev(int verbose) {
void *handle;
char *error;
- handle = dlopen("libudev.so.1", RTLD_LAZY);
+ handle = dlopen("libudev.so.0", RTLD_LAZY);
if (!handle) {
if (verbose) {
fprintf(stderr, "%s\n", dlerror());