summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-04-24 14:19:16 +0200
committerDavid Seifert <soap@gentoo.org>2021-04-24 14:19:16 +0200
commitc5c9a3400fc3cda7da259c2984c3228f63e95c62 (patch)
tree65fe9348b9901e32524b43fee17cba603c5d7c2a /dev-util/boost-build/files
parentx11-wm/mutter: ensure libX11 with XSetIOErrorExitHandler func (diff)
downloadgentoo-c5c9a3400fc3cda7da259c2984c3228f63e95c62.tar.gz
gentoo-c5c9a3400fc3cda7da259c2984c3228f63e95c62.tar.bz2
gentoo-c5c9a3400fc3cda7da259c2984c3228f63e95c62.zip
dev-util/boost-build: Bump to 1.76.0
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util/boost-build/files')
-rw-r--r--dev-util/boost-build/files/boost-build-1.76.0-respect-user-flags.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-util/boost-build/files/boost-build-1.76.0-respect-user-flags.patch b/dev-util/boost-build/files/boost-build-1.76.0-respect-user-flags.patch
new file mode 100644
index 000000000000..2289e706ca74
--- /dev/null
+++ b/dev-util/boost-build/files/boost-build-1.76.0-respect-user-flags.patch
@@ -0,0 +1,11 @@
+--- a/engine/build.sh
++++ b/engine/build.sh
+@@ -496,7 +496,7 @@
+ if test_true ${B2_DEBUG_OPT} ; then B2_CXXFLAGS="${B2_CXXFLAGS_DEBUG}"
+ 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 ${B2_CXX} ${CPPFLAGS} ${B2_CXXFLAGS} ${LDFLAGS} ${B2_SOURCES} -o b2 )
+ ( B2_VERBOSE_OPT=${TRUE} echo_run cp b2 bjam )
+ }
+