mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
paraview: fix build on XBPS_NO_ATOMIC8 platforms
This commit is contained in:
parent
32d385d5eb
commit
d093296428
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ post_extract() {
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
echo "vtk_module_link(VTK::CommonDataModel PRIVATE atomic)" >> \
|
echo "vtk_module_link(VTK::CommonDataModel PRIVATE atomic)" >> \
|
||||||
VTK/Common/DataModel/CMakeLists.txt
|
VTK/Common/DataModel/CMakeLists.txt
|
||||||
|
echo "target_link_libraries(protobuf PRIVATE atomic)" >> \
|
||||||
|
ThirdParty/protobuf/vtkprotobuf/src/CMakeLists.txt
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue