diff options
author | Cem Keylan <cem@ckyln.com> | 2020-08-16 22:10:15 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-08-16 22:10:15 +0300 |
commit | 3b26d12041eabf9f434f1f483ccf06740d94958d (patch) | |
tree | 22f4643330cf9491fc65ee57eb23098488c0956f /community/boost | |
parent | 39c2699fd30e17f4ee933d07f93f5e21e4c093ad (diff) | |
download | repository-3b26d12041eabf9f434f1f483ccf06740d94958d.tar.gz |
boost: remove sed call that is no longer necessary
Diffstat (limited to 'community/boost')
-rwxr-xr-x | community/boost/build | 3 |
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 |