mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
It was unclear where the patches should go.
Fixes: 3d9903862d
Reported by: Chédotal Julien <rjdi@wanadoo.fr>
PR: 284869
11 lines
424 B
C
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());
|