From 6d81c6cfad615362bdf5a473e44e56ec4993ae75 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 11 Jul 2020 22:23:57 +0300 Subject: boost: fix build with freecad --- community/boost/build | 3 +++ community/boost/version | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'community') 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 diff --git a/community/boost/version b/community/boost/version index 05aca9b8..c1a34bcb 100644 --- a/community/boost/version +++ b/community/boost/version @@ -1 +1 @@ -1.73.0 1 +1.73.0 2 -- cgit v1.2.3