From 6e31b350df83854ff9688e9de96e5da94e4103d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 1 Aug 2019 15:40:22 +0200 Subject: [PATCH] libsidplayfp: fix musl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/libsidplayfp/template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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}"