aboutsummaryrefslogtreecommitdiff
path: root/devel/rapidyaml/files/patch-src_c4_yml_common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rapidyaml/files/patch-src_c4_yml_common.hpp')
-rw-r--r--devel/rapidyaml/files/patch-src_c4_yml_common.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/rapidyaml/files/patch-src_c4_yml_common.hpp b/devel/rapidyaml/files/patch-src_c4_yml_common.hpp
new file mode 100644
index 000000000000..44c801b3584b
--- /dev/null
+++ b/devel/rapidyaml/files/patch-src_c4_yml_common.hpp
@@ -0,0 +1,11 @@
+--- src/c4/yml/common.hpp.orig 2025-04-10 19:51:13 UTC
++++ src/c4/yml/common.hpp
+@@ -9,7 +9,7 @@
+ #include <c4/dump.hpp>
+ #include <c4/yml/export.hpp>
+
+-#if defined(C4_MSVC) || defined(C4_MINGW)
++#if defined(C4_MSVC) || defined(C4_MINGW) || defined(__FreeBSD__)
+ #include <malloc.h>
+ #else
+ #include <alloca.h>