aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-08-16 22:10:15 +0300
committerCem Keylan <cem@ckyln.com>2020-08-16 22:10:15 +0300
commit3b26d12041eabf9f434f1f483ccf06740d94958d (patch)
tree22f4643330cf9491fc65ee57eb23098488c0956f /community
parent39c2699fd30e17f4ee933d07f93f5e21e4c093ad (diff)
downloadrepository-3b26d12041eabf9f434f1f483ccf06740d94958d.tar.gz
boost: remove sed call that is no longer necessary
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/boost/build3
1 files changed, 0 insertions, 3 deletions
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