opnsense-ports/devel/boost-jam/files/patch-build.sh
Franco Fichtner 4ccb6869cb devel/boost-jam: sync with upstream
Taken from: FreeBSD
2022-08-19 08:50:22 +02: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