New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/29509#issuecomment-800417182 Comment: ```diff diff --git a/srcpkgs/qtractor/template b/srcpkgs/qtractor/template index 9c868ea8b0..5a76db16ca 100644 --- a/srcpkgs/qtractor/template +++ b/srcpkgs/qtractor/template @@ -4,8 +4,10 @@ version=0.9.20 revision=1 wrksrc="qtractor-qtractor_${version//./_}" build_style=gnu-configure -configure_args="--enable-debug" -hostmakedepends="automake pkg-config" +build_helper=qmake +configure_args="--enable-debug ac_cv_qmake=${XBPS_WRAPPERDIR}/qmake + ac_cv_libsuil_gtk2_in_qt5=yes ac_cv_libsuil_x11_in_qt5=yes" +hostmakedepends="automake pkg-config qt5-qmake qt5-host-tools" makedepends="dssi-devel jack-devel ladspa-sdk liblo-devel libmad-devel libsamplerate-devel lilv-devel qt5-tools-devel qt5-x11extras-devel rubberband-devel sratom-devel suil-devel vamp-plugin-sdk-devel" @@ -18,9 +20,6 @@ changelog="https://raw.githubusercontent.com/rncbc/qtractor/master/ChangeLog" distfiles="https://github.com/rncbc/qtractor/archive/qtractor_${version//./_}.tar.gz" checksum=6b317e1b24ce99f354fc083aa0055228c6a9bd90c5a3d8abcb280af5014fd5c3 -# configure fails to find qt5 headers -nocross="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/3458/steps/shell_3/logs/stdio" - pre_configure() { autoreconf -if } ```