summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-08-09 13:42:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-08-09 17:35:32 +0200
commit790db5f98e7550a5d990e6b2907789509d53d382 (patch)
treedf90c400b3a32bd55d8fd799fb84c6d9d348b606
parent2d074a0b98c9150d2f15056ea86dcc9305f43ab3 (diff)
Mark external/boost/constexpr.patch.0 as upstreamed
Change-Id: I23898f6aebd5a1fd28a2de9da6a89503b25eb6ea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138035 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--external/boost/UnpackedTarball_boost.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/boost/UnpackedTarball_boost.mk b/external/boost/UnpackedTarball_boost.mk
index bf1b574da0e7..e8048a423268 100644
--- a/external/boost/UnpackedTarball_boost.mk
+++ b/external/boost/UnpackedTarball_boost.mk
@@ -33,6 +33,8 @@ boost_patches += msvc2017.patch.0
boost_patches += libc++.patch.0
+# <https://github.com/boostorg/numeric_conversion/pull/25> "Fix ill-formed constant expression
+# errors":
boost_patches += constexpr.patch.0
$(eval $(call gb_UnpackedTarball_UnpackedTarball,boost))