freebsd-ports/lang/guile/files/patch-libguile_eval.c
Rong-En Fan e9c1a8c826 - Update to 1.85 (share lib version bumped)
PR:		ports/125435
Submitted by:	Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
Approved by:	Amatus <c11h15no2 at yahoo.com> (maintainer)
2008-07-21 04:47:49 +00:00

11 lines
321 B
C

--- libguile/eval.c 2008-07-09 14:44:29.000000000 +0800
+++ libguile/eval.c 2008-07-09 14:45:45.000000000 +0800
@@ -42,6 +42,8 @@
#ifndef alloca
# if HAVE_ALLOCA_H
# include <alloca.h>
+# elif defined __FreeBSD__
+# include <stdlib.h>
# elif defined __GNUC__
# define alloca __builtin_alloca
# elif defined _AIX