1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-22 05:00:30 -04:00
ports/devel/godot/files/patch-platform_x11_libudev-so__wrap.c
2022-01-04 08:54:58 +01:00

11 lines
404 B
C

--- platform/x11/libudev-so_wrap.c.orig 2021-12-29 15:43:04 UTC
+++ platform/x11/libudev-so_wrap.c
@@ -279,7 +279,7 @@ int (*udev_util_encode_string_dylibloader_wrapper_libu
int initialize_libudev() {
void *handle;
char *error;
- handle = dlopen("libudev.so.1", RTLD_LAZY);
+ handle = dlopen("libudev.so.0", RTLD_LAZY);
if (!handle) {
fprintf(stderr, "%s\n", dlerror());
return(1);