diff options
Diffstat (limited to 'community/boost/build')
-rwxr-xr-x | community/boost/build | 3 |
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 |