add dev-libs/boost with static-libs support via an additional ebuild
[nodoc-overlay.git] / dev-libs / boost / files / boost-1.89.0-graph-remove-system-dependency.patch
1 Do not depend on boost_system's test build directory since it no longer exists.
2
3 --- boost_1_89_0/libs/graph/test/Jamfile.v2~
4 +++ boost_1_89_0/libs/graph/test/Jamfile.v2
5 @@ -172,11 +172,9 @@ alias graph_test_with_filesystem : :
6 alias graph_test_with_filesystem :
7 [ run all_planar_input_files_test.cpp
8 ../../filesystem/build
9 - ../../system/build
10 : $(PLANAR_INPUT_FILES) ]
11 [ run parallel_edges_loops_test.cpp
12 ../../filesystem/build
13 - ../../system/build
14 : $(PLANAR_INPUT_FILES) ]
15 ;
16