1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/graphics/xfig/files/patch-e_chop.c
Martin Wilke 2e20a797a1 - Update to 3.2.5
PR:		111249
Submitted by:	Eric P. Scott <eps+pbug0704@ana.com>
2007-06-10 00:53:05 +00:00

13 lines
281 B
C

--- e_chop.c.orig Tue Jul 26 09:56:28 2005
+++ e_chop.c
@@ -19,7 +19,9 @@
/* >>>>>>>>>>>>>>>>>>> fixme -- don't forget undo ! <<<<<<<<<<<<<<<< */
#include <stdlib.h>
+#ifndef __FreeBSD__
#include <alloca.h>
+#endif
#include "fig.h"
#include "resources.h"
#include "mode.h"