1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-15 16:29:15 -04:00
ports/lang/guile/files/patch-libguile_eval.c
Muhammad Moinur Rahman e0471dcdf8 lang/guile: Remove USE_AUTOTOOLS
- Add PORTSCOUT variable to limit within 1.X.X
- Fix patch files to reflect 'make makepatch'
2015-06-02 12:16:12 +00:00

11 lines
278 B
C

--- libguile/eval.c.orig 2010-12-13 17:24:39 UTC
+++ libguile/eval.c
@@ -40,6 +40,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