diff --git a/srcpkgs/ytnef/template b/srcpkgs/ytnef/template index 04e31390774..49ddf91500a 100644 --- a/srcpkgs/ytnef/template +++ b/srcpkgs/ytnef/template @@ -11,10 +11,6 @@ homepage="https://github.com/Yeraze/ytnef" distfiles="https://github.com/Yeraze/ytnef/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" checksum=388bc35afe41adfb84d62ed1222da93b7ed6244f0cef8e563fb2fd33bbc412c7 -case "$XBPS_TARGET_MACHINE" in - aarch64-musl) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/97/steps/shell_3/logs/stdio" ;; -esac - pre_configure() { ./autogen.sh } @@ -32,7 +28,6 @@ do_build() { export CFLAGS+=" -I${DESTDIR}/usr/include" export LDFLAGS+=" -L${DESTDIR}/usr/lib" cd ${wrksrc} - ./configure ${configure_args} make ${makejobs} }