diff --git a/srcpkgs/libsidplayfp/template b/srcpkgs/libsidplayfp/template index 57718c019a9..b75d0846a12 100644 --- a/srcpkgs/libsidplayfp/template +++ b/srcpkgs/libsidplayfp/template @@ -3,6 +3,7 @@ pkgname=libsidplayfp version=2.0.0 revision=1 build_style=gnu-configure +hostmakedepends="autoconf" short_desc="Library to play Commodore 64 SID music" maintainer="Jürgen Buchmüller " license="GPL-2.0-or-later" @@ -10,10 +11,6 @@ homepage="https://sourceforge.net/projects/sidplay-residfp/" distfiles="${SOURCEFORGE_SITE}/sidplay-residfp/${pkgname}/${version%.*}/${pkgname}-${version}.tar.gz" checksum=94a2d9f80e71ac1c8328e38ae675e0a0f3806a8ede80510ffa22e16b07045f51 -case "$XBPS_TARGET_MACHINE" in - *-musl) CXXFLAGS="-Duint=unsigned"; configure_args="ac_cv_sizeof_int=4";; -esac - libsidplayfp-devel_package() { short_desc+=" - development files" depends="${sourcepkg}>=${version}_${revision}"