ports/devel/boost-jam/files/patch-build.sh
Dima Panov fd34eb55a0 devel/boost: update to 1.80.0 release (+)
Use one master distinfo
Allow to use beta releases in build framework

Changelog:	https://www.boost.org/users/history/version_1_80_0.html
2022-08-12 14:05:30 +03:00

10 lines
339 B
Bash

--- build.sh.orig 2022-07-07 02:17:31 UTC
+++ build.sh
@@ -497,6 +497,7 @@ modules/set.cpp \
else B2_CXXFLAGS="${B2_CXXFLAGS_RELEASE} -DNDEBUG"
fi
( B2_VERBOSE_OPT=${TRUE} echo_run ${B2_CXX} ${B2_CXXFLAGS} ${B2_SOURCES} -o b2 )
+ ( B2_VERBOSE_OPT=${TRUE} echo_run cp b2 bjam )
}
if test_true ${B2_VERBOSE_OPT} ; then