--- libr/debug/meson.build.orig 2026-06-27 13:12:08 UTC +++ libr/debug/meson.build @@ -91,6 +91,9 @@ if ['netbsd', 'openbsd', 'freebsd', 'dragonfly'].conta if ['netbsd', 'openbsd', 'freebsd', 'dragonfly'].contains(host_machine.system()) r_debug_deps += cc.find_library('kvm', required: true) + if host_machine.system() == 'freebsd' + r_debug_deps += cc.find_library('util', required: true) + endif r_debug_sources += [ 'p/native/bsd/bsd_debug.c', ]