From 3b26d12041eabf9f434f1f483ccf06740d94958d Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 16 Aug 2020 22:10:15 +0300 Subject: boost: remove sed call that is no longer necessary --- community/boost/build | 3 --- 1 file changed, 3 deletions(-) (limited to 'community') diff --git a/community/boost/build b/community/boost/build index a3d69fcd..1eac2fea 100755 --- a/community/boost/build +++ b/community/boost/build @@ -1,8 +1,5 @@ #!/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 -- cgit v1.2.3