moonlight-qt: fix/enable drm
This is an attempt to enable drm support in moonlight-qt and unbreak a
non-reproducible run-time error. The ioctl isn't implemented on OpenBSD.
Perhaps it won't work; only users can find that out. Since it has currently
been reported as run-time broken, let's give it a try.
enable ld.bfd(1) on amd64, provide patch and comment for arm64
Upcoming net/ipxe requires a recent GNU linker, old 2.17 in base crashes.
This builds on amd64, arm64, armv7, i386, octeon, riscv64 and sparc64,
but as our iPXE currently builds only on amd64 and arm64 and ld.bfd does
not build reliably on the latter, start with LD_ARCHS=amd64 only.
Feedback OK jca fcambus
Switch the llvm dependency back from 21 to 19
In the Qt6.10 update, I updated qttools from llvm19 to llvm21. Since qttools
always selected the highest version when it was installed. Since pyside
requires qttools, I have also set shiboken to 21.
With this patch we can revert it and switch back to 19.
Feedback from sthen@ and kirill@, thanks