View | Details | Raw Unified | Return to bug 149049
Collapse All | Expand All

(-)editors/emacs-devel/files/patch-config.in (+11 lines)
Added Link Here
1
--- src/config.in~
2
+++ src/config.in
3
@@ -1138,6 +1138,8 @@ SYSTEM_PURESIZE_EXTRA seems like the lea
4
 
5
 #ifdef HAVE_ALLOCA_H
6
 # include <alloca.h>
7
+#elif __FreeBSD__
8
+# include <stdlib.h>
9
 #elif defined __GNUC__
10
 # define alloca __builtin_alloca
11
 #elif defined _AIX

Return to bug 149049