mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
libsidplayfp: fix musl
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
6baf409a91
commit
6e31b350df
1 changed files with 1 additions and 4 deletions
|
@ -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 <pullmoll@t-online.de>"
|
||||
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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue