hedgewars: broken on musl due to fpc
This commit is contained in:
parent
17c113515d
commit
020d72f4a1
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@ homepage="http://hedgewars.org"
|
|||
distfiles="http://download.gna.org/hedgewars/hedgewars-src-${version}.tar.bz2"
|
||||
checksum=b699c8971ff420c3edd6533527ae2e99040f1e79207c9140826945bcf0e62192
|
||||
nopie=yes
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
` broken="see fpc"
|
||||
` ;;
|
||||
esac
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt-host-tools qt-devel"
|
||||
|
|
Loading…
Reference in a new issue