aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fccf/files/patch-source_utf8.cpp
blob: a2b7d024314c1811b63823cc65a721e94d3f3047 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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>