ports/audio/pulseaudio/files/patch-src_modules_meson.build
Gleb Popov b1ecad53b0 audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.

Sponsored by:	Serenity Cybersecurity, LLC

PR:		262713
2023-08-07 19:34:07 +03:00

11 lines
406 B
Text

--- src/modules/meson.build.orig 2022-06-21 10:54:48 UTC
+++ src/modules/meson.build
@@ -209,7 +209,7 @@ endif
]
endif
-if udev_dep.found()
+if udev_dep.found() and host_machine.system() != 'freebsd'
all_modules += [ [ 'module-udev-detect', 'module-udev-detect.c', [], [], [udev_dep] ] ]
if get_option('hal-compat')
all_modules += [ [ 'module-hal-detect', 'module-hal-detect-compat.c' ] ]