aboutsummaryrefslogtreecommitdiffstats
path: root/devel/avro-cpp/files/patch-include_avro_Node.hh
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-08-15 02:48:20 +0100
committerLexi Winter <ivy@FreeBSD.org>2025-08-15 02:48:20 +0100
commit9ab2fc3e20dffed0aa420ba96dad56f683904f9c (patch)
tree2cb4e67ae21d5fb9764fdde9157ebf48553ebd02 /devel/avro-cpp/files/patch-include_avro_Node.hh
parent72dbee7159a3a74c7cae5a672191d8ec537a8aca (diff)
parentb45fe3947d467dd83c888a7edee30963c0230613 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/main
Diffstat (limited to 'devel/avro-cpp/files/patch-include_avro_Node.hh')
-rw-r--r--devel/avro-cpp/files/patch-include_avro_Node.hh11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/avro-cpp/files/patch-include_avro_Node.hh b/devel/avro-cpp/files/patch-include_avro_Node.hh
new file mode 100644
index 000000000000..bf11578b713f
--- /dev/null
+++ b/devel/avro-cpp/files/patch-include_avro_Node.hh
@@ -0,0 +1,11 @@
+--- include/avro/Node.hh.orig 2024-07-26 07:46:40 UTC
++++ include/avro/Node.hh
+@@ -219,7 +219,7 @@ struct fmt::formatter<avro::Name> : fmt::formatter<std
+ template<>
+ struct fmt::formatter<avro::Name> : fmt::formatter<std::string> {
+ template<typename FormatContext>
+- auto format(const avro::Name &n, FormatContext &ctx) {
++ auto format(const avro::Name &n, FormatContext &ctx) const {
+ return fmt::formatter<std::string>::format(n.fullname(), ctx);
+ }
+ };