There is a new pull request by kaey against master on the void-packages repository https://github.com/kaey/void-packages wine-faudio https://github.com/void-linux/void-packages/pull/28130 wine: fix faudio support Fix for these two issues: wine - configure: libFAudio 64-bit development files not found, XAudio2 won't be supported. faudio - WARNING: Target "FAudio" requests linking to directory "/usr/lib". Targets may link only to libraries. CMake is dropping the item. Currently built faudio lib is broken due to missing link to libSDL2. I only tested on x86_64 and wine seems to build correctly. I wasn't able to cross-compile wine for i686. A patch file from https://github.com/void-linux/void-packages/pull/28130.patch is attached