add dev-libs/boost with static-libs support via an additional ebuild
[nodoc-overlay.git] / dev-libs / boost / files / boost-1.89.0-predef-include-path.patch
1 Use the correct path to the include file.
2
3 --- boost_1_89_0/libs/predef/test/build.jam~
4 +++ boost_1_89_0/libs/predef/test/build.jam
5 @@ -12,7 +12,7 @@ project
6 : requirements
7 # Add explicit dependency since we don't have header scanner for
8 # .m and .mm files.
9 - <dependency>../include/boost/predef.h
10 + <dependency>../../../boost/predef.h
11 ;
12
13 using testing ;