fpc: currently broken for musl
This commit is contained in:
parent
7e3e360db8
commit
311b9209f4
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ homepage="http://freepascal.org/"
|
|||
distfiles="http://gd.tuwien.ac.at/languages/pascal/${pkgname}/dist/${version}/source/${pkgname}build-${version}.tar.gz"
|
||||
checksum=f261ed0a361f190169fff428d65b707df1507df317fc0ed101b0e63596541b75
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl*)
|
||||
broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/1375/steps/shell_3/logs/stdio"
|
||||
;;
|
||||
x86_64*)
|
||||
distfiles+=" http://gd.tuwien.ac.at/languages/pascal/${pkgname}/dist/${version}/x86_64-linux/${pkgname}-${version}-1.x86_64.rpm"
|
||||
checksum+=" 85ad192927b2129022c27afbd6a6fc657a569ccfb43120e4868fea7812c10c52"
|
||||
|
|
Loading…
Reference in a new issue