aboutsummaryrefslogtreecommitdiff
path: root/community/boost/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-07-11 22:23:57 +0300
committerCem Keylan <cem@ckyln.com>2020-07-11 22:23:57 +0300
commit6d81c6cfad615362bdf5a473e44e56ec4993ae75 (patch)
treea5b61241f1cff265b8dcdc836a67f90f7fc99cca /community/boost/build
parent53997c0cf5ce13dbd5a9abb51e318f25037c8c5d (diff)
downloadrepository-6d81c6cfad615362bdf5a473e44e56ec4993ae75.tar.gz
boost: fix build with freecad
Diffstat (limited to 'community/boost/build')
-rwxr-xr-xcommunity/boost/build3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/boost/build b/community/boost/build
index 1eac2fea..a3d69fcd 100755
--- a/community/boost/build
+++ b/community/boost/build
@@ -1,5 +1,8 @@
#!/bin/sh -e
+sed -i 's/: MembersHolder/: public MembersHolder/' \
+ boost/geometry/index/detail/rtree/visitors/insert.hpp
+
./bootstrap.sh --prefix="$1/usr"
./b2 stage threading=multi
./b2 install threading=multi