There's a merged pull request on the void-packages repository New build-helper: qmake https://github.com/void-linux/void-packages/pull/16082 Description: There are a couple of packages which have a mixed build-style, like when a configure script or a makefile calls `qmake`. This causes trouble in cross builds, because each style has its own setup, but in the current situation you can only have one: either a setup for, e.g., `gnu-configure` or `qmake` style. This build-helper just creates qmake’s `qt.conf` (from the qmake build-style) and creates a wrapper-qmake to actually use this configuration. So that qmake can be set up correctly for cross builds when it is invoked by other styles. Packages identified so far are: (local native and cross builds were all ok) * abGate * djview @leahneukirchen * gpsbabel @hanspolo There is an update to 1.6.0, but in the current version Gmaps is patched out and the patch doesn’t apply anymore (might be a bit more to it now) so I didn’t update (don’t know about the implications). * qjackctl @Piraty, I somewhat reverted your recent changes, are you OK with it? :) * qsynth, also updated to 0.6.0. * recoll, also updated to 1.26.1 It now needs libxslt, but the `xslt-config` wrapper uses `xml2-config` which is hardcoded as `/usr/bin/xml2-config` so it’s not using the `xml2-config` wrapper and fails. As a quick workaround I patched it out in `pre_configure()`, but think this should be done when the wrapper is created. * smplayer @Hoshpak * sonic-visualiser * maybe some more ...