gentoo/dev-libs/boost/files/boost-1.89.0-predef-include-path.patch
Holger Hoffstätte 67611dc0fd
dev-libs/boost: add 1.89.0 (no keywords)
- no longer depend on virtual/mpi[cxx] (#955847)
- no longer need to add special main() to accumulators tests
- add fixes to make graph, predef, unordered tests pass
- multiprecision now passes but force-builds with -O3 and
  takes forever, so move it to the list of expensive tests
- add python-3.14 support (compile-tested against 3.14.0-rc2)

Closes: https://bugs.gentoo.org/955847
Part-of: https://github.com/gentoo/gentoo/pull/43465
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Signed-off-by: David Seifert <soap@gentoo.org>
2025-09-16 11:12:35 +02:00

14 lines
401 B
Diff

Use the correct path to the include file.
--- boost_1_89_0/libs/predef/test/build.jam~
+++ boost_1_89_0/libs/predef/test/build.jam
@@ -12,7 +12,7 @@ project
: requirements
# Add explicit dependency since we don't have header scanner for
# .m and .mm files.
- <dependency>../include/boost/predef.h
+ <dependency>../../../boost/predef.h
;
using testing ;