diff --git a/srcpkgs/qtox/template b/srcpkgs/qtox/template index f885a44995..63b98b9f2e 100644 --- a/srcpkgs/qtox/template +++ b/srcpkgs/qtox/template @@ -20,6 +20,11 @@ distfiles="https://github.com/qTox/qTox/archive/v${version}.tar.gz" checksum=44a60174b0582f9d04c132dd4de663b7d67e2d68fee55912c6449a07389d8486 case "$XBPS_TARGET_MACHINE" in - armv6*) broken="https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/6098/steps/shell_3/logs/stdio" + armv6*) makedepends+=" libatomic-devel" esac +pre_configure() { + case "$XBPS_TARGET_MACHINE" in + armv6*) sed -i "s/${ALL_LIBRARIES})/atomic \0/" CMakeLists.txt + esac +}