mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
Use one master distinfo Allow to use beta releases in build framework Changelog: https://www.boost.org/users/history/version_1_80_0.html
10 lines
339 B
Bash
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
|