ports/graphics/xfig/files/patch-w_intersect.c
William Grzybowski 9276da17d4 graphics/xfig: update to 3.2.5c
- Update to 3.2.5c [1]
- Convert lib depends to new syntax

PR:		ports/181771 [1]
Submitted by:	Matthew Luckie <mjl luckie.org.nz> (maintainer)
2013-09-06 14:09:25 +00:00

12 lines
284 B
C

--- w_intersect.c.orig 2011-06-18 21:05:55.000000000 -0700
+++ w_intersect.c 2011-06-18 21:06:18.000000000 -0700
@@ -26,7 +26,9 @@
#include "w_msgpanel.h"
#include "f_util.h"
#include "u_quartic.h"
+#ifndef __FreeBSD__
#include <alloca.h>
+#endif
#include <math.h>
#undef I