external/zxing/macOS14.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit 3d08d0e3676c226c420e43ed8d2ec7fdfea54c18 Author: Xisco Fauli <[email protected]> AuthorDate: Tue Mar 3 22:32:04 2026 +0100 Commit: Xisco Fauli <[email protected]> CommitDate: Wed Mar 4 00:07:22 2026 +0100 zxing: use __cpp_aggregate_paren_init Change-Id: I0888c6ca9aab96fa7fd88c2f3465f6edeae00fe8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200913 Tested-by: Jenkins Reviewed-by: Xisco Fauli <[email protected]> diff --git a/external/zxing/macOS14.patch b/external/zxing/macOS14.patch index 73b3f516e2bc..e4278d0c4a81 100644 --- a/external/zxing/macOS14.patch +++ b/external/zxing/macOS14.patch @@ -1,11 +1,13 @@ --- a/core/src/CreateBarcode.cpp 2026-03-03 14:41:48.255770172 +0100 +++ b/core/src/CreateBarcode.cpp 2026-03-03 14:42:12.911576522 +0100 -@@ -45,6 +45,8 @@ +@@ -45,6 +45,10 @@ // structured_append (idx, cnt, ID) mutable unique_zint_symbol zint; + ++#ifndef __cpp_aggregate_paren_init // make XCode 14.x happy + Data(BarcodeFormat format, std::string options) : format(format), options(std::move(options)) {} ++#endif }; // TODO: check return type
