vtk: fix musl

This commit is contained in:
Jürgen Buchmüller 2020-08-28 19:20:28 +02:00
parent 650c254dc7
commit 7e39e32c02

View file

@ -23,7 +23,8 @@ checksum=1b39a5e191c282861e7af4101eaa8585969a2de05f5646c9199a161213a622c7
nocross="hdf5 is nocross" nocross="hdf5 is nocross"
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
broken="Needs patch or fix for execinfo." makedepends+=" libexecinfo-devel"
LDFLAGS="-lexecinfo"
fi fi
vtk-devel_package() { vtk-devel_package() {