diff --git a/srcpkgs/fsharp/template b/srcpkgs/fsharp/template index ef9f9b4ccbd..2f8df9d02fb 100644 --- a/srcpkgs/fsharp/template +++ b/srcpkgs/fsharp/template @@ -1,10 +1,10 @@ # Template file for 'fsharp' pkgname=fsharp -version=10.2.1 +version=10.2.3 revision=1 -archs=noarch -lib32disabled=yes build_style=gnu-makefile +make_build_args="monocmd=/usr/bin/mono" +make_install_args="monocmd=/usr/bin/mono" hostmakedepends="msbuild-bin" makedepends="mono-devel" depends="mono" @@ -13,5 +13,9 @@ maintainer="Wojciech Nawrocki " license="Apache-2.0" homepage="http://fsharp.org" distfiles="https://github.com/fsharp/fsharp/archive/${version}.tar.gz" -checksum=4192652a162349ac6b4e053853d46cc7ba5469c0e552c78a1159dc9744a8f83b -broken="fssrgen.fsx(337,28): error FS0041" +checksum=527e4bad7a6d71668e905608c82db7c6eda44d9fd2ed9ce3c758e291e024cc4d +lib32disabled=yes + +if [ "$XBPS_LIBC" = musl ]; then + broken="mono crash on sgen-stw.c:69, not able to found stack_end" +fi