diff --git a/srcpkgs/libvdt/template b/srcpkgs/libvdt/template index 3caa629d6eb..d989e8c7d24 100644 --- a/srcpkgs/libvdt/template +++ b/srcpkgs/libvdt/template @@ -5,7 +5,8 @@ revision=1 wrksrc="vdt-${version}" build_style=cmake case "$XBPS_TARGET_MACHINE" in - aarch64*|arm*) + x86_64*|i686*) ;; + *) configure_args="-DSSE=OFF -DNEON=OFF" make_cmd=make export CMAKE_GENERATOR="Unix Makefiles"