freebsd-ports/textproc/dictfmt/files/patch-libmaa::maaP.h
Kirill Ponomarev a178058a0f Update to version 1.9.14
PR:		ports/69927
Submitted by:	Ports Fury
2004-08-02 21:06:48 +00:00

20 lines
351 B
C

--- libmaa/maaP.h.orig Sun Oct 26 22:03:24 2003
+++ libmaa/maaP.h Mon Aug 2 18:28:34 2004
@@ -37,6 +37,9 @@
#if HAVE_ALLOCA_H
# include <alloca.h>
#else
+#ifdef __FreeBSD__
+# include <stdlib.h>
+#else
# ifdef _AIX
# pragma alloca
# else
@@ -44,6 +47,7 @@
char *alloca ();
# endif
# endif
+#endif
#endif
/* Get string functions */