freecad: musl broken due to libmed-devel

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-04-20 11:06:29 +02:00
parent 13f1f4269e
commit 77400fcbcb
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

@ -34,6 +34,10 @@ homepage="https://freecadweb.org/"
distfiles="https://github.com/FreeCAD/FreeCAD/archive/${version}.tar.gz"
checksum=ae017393476b6dc7f1192bcaf91ceedc2f9b791f2495307ce7c45efadb5266fb
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/9439/steps/shell_3/logs/stdio";;
esac
post_install() {
# AppHomePath is computed with binary's realpath:
# do not move binaries but symlink them instead.