libsidplayfp: fix musl

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-04-20 18:58:40 +02:00
parent 8f3f280456
commit ebcc952911
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

@ -11,7 +11,7 @@ distfiles="${SOURCEFORGE_SITE}/sidplay-residfp/${pkgname}/${version%.*}/${pkgnam
checksum=aa81272ff2093d712041d1bba3f7c9e2f654ed5db4e0a698e3d3c3c5dad26192
case "$XBPS_TARGET_MACHINE" in
*-musl) CXXFLAGS="-Duint=unsigned" ;;
*-musl) CXXFLAGS="-Duint=unsigned"; configure_args="ac_cv_sizeof_int=4";;
esac
libsidplayfp-devel_package() {