dev-libs/boost-static: fix file conflicts with regular boost and link USE flags betwe...
[nodoc-overlay.git] / dev-libs / boost-static / files / boost-static-1.88.0-system-crashing-test.patch
1 Do not build a supposed-to-crash test which may or may not even compile
2 correctly any longer.
3
4 Bug: https://bugs.gentoo.org/955831
5
6 --- boost_1_88_0/libs/system/test/Jamfile.v2~ 2025-04-03 13:37:30.000000000 +0200
7 +++ boost_1_88_0/libs/system/test/Jamfile.v2 2025-05-11 14:28:16.187753266 +0200
8 @@ -68,7 +68,7 @@ system-run before_main_test.cpp ;
9
10 run-fail throws_assign_fail.cpp : : :
11 # GCC 12 catches this at compile time with a warning
12 - <toolset>gcc,<variant>release:<build>no ;
13 + <toolset>gcc:<build>no ;
14
15 system-run constexpr_test.cpp ;
16 system-run win32_hresult_test.cpp ;