vtk: broken for musl for now

This commit is contained in:
Jürgen Buchmüller 2020-08-28 18:54:54 +02:00
parent 71bc711041
commit 650c254dc7
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ checksum=1b39a5e191c282861e7af4101eaa8585969a2de05f5646c9199a161213a622c7
nocross="hdf5 is nocross"
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
broken="Needs patch or fix for execinfo."
fi
vtk-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"