diff options
Diffstat (limited to 'devel/fccf/files/patch-source_utf8.cpp')
-rw-r--r-- | devel/fccf/files/patch-source_utf8.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/fccf/files/patch-source_utf8.cpp b/devel/fccf/files/patch-source_utf8.cpp new file mode 100644 index 000000000000..a2b7d024314c --- /dev/null +++ b/devel/fccf/files/patch-source_utf8.cpp @@ -0,0 +1,12 @@ +--- source/utf8.cpp.orig 2022-04-29 07:01:48 UTC ++++ source/utf8.cpp +@@ -19,7 +19,9 @@ + #if _WIN32 + # include <malloc.h> + #else ++#ifndef __FreeBSD__ + # include <alloca.h> ++#endif + #endif + + #include <utf8.h> |