https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262713
--- Comment #5 from [email protected] --- Another issue is 'libintl' not being detected during 'meson setup build' - libintl_dep = cc.find_library('intl') + libintl_dep = cc.find_library('intl', + dirs : ['/usr/local/lib']) in meson.build works for me -- You are receiving this mail because: You are on the CC list for the bug.
