www/deno: Fix build when llvm22 is installed
For whatever reason the build fails if llvm22 is installed / used,
the generated bindings.rs file doesn't have all the needed definitions.
Fix this by providing libuv bindgen likes it's done for others OS [3]
(it was generated with llvm21).
error be like:
libuv-sys-lite-1.48.2/src/functions.rs
|
785 | addr: *mut sockaddr_in,
| ^^^^^^^^^^^ help: a struct with a similar name exists: `sockaddr`
For reference: deno issue [1], libuv-sys-lite issue [2] and fix [3]
[1] https://github.com/denoland/deno/issues/32351
[2] https://github.com/nathanwhit/libuv-sys-lite/issues/1
[3] https://github.com/nathanwhit/libuv-sys-lite/commit/37c1821e8e94f70dc0c768092d8a44920609d045
PR: 293587
Tested by: gja822@narod.ru