There is an updated pull request by iFoundSilentHouse against master on the void-packages repository https://github.com/iFoundSilentHouse/void-packages wine-9.6 https://github.com/void-linux/void-packages/pull/49943 [WIP] wine: add aarch64 packaging What was added: * aarch64 as new arch * mingw is disabled as build option when target is aarch64 (there's no mingw cross package for aarch64) * added wayland-devel, lld, clang, llvm17, when compiling cross without mingw. Added wayland-devel as member of makedepends. Clang build doesn't work without this. Not sure whether it's right place. * wine-tools is disabled with no-mingw (clang) cross compilation (see below) * minor tweaks for aarch64 building * added wayland support * added WoW64 support for aarch64 (see https://github.com/void-linux/void-packages/pull/49943#issuecomment-2069202421) - I tested the changes in this PR: **NO** Needs testing: - [ ] 1) Native aarch64 testing with -Q build - [ ] 2) Cross-built x86>aarch64 binaries - [ ] 3) Cross-built aarch64>x86 binaries - I built this PR locally for these architectures: - aarch64 (cross) - aarch64-musl (cross) Build-install was successful but: 1) haven't figured out how to build wine-tools when cross-compiling with clang @Hoshpak @fvalasiad A patch file from https://github.com/void-linux/void-packages/pull/49943.patch is attached