- missed patch
This commit is contained in:
parent
aa9b81da1b
commit
7473d086cd
12
graphics/xfig/patches/patch-e_chop_c
Normal file
12
graphics/xfig/patches/patch-e_chop_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-e_chop_c,v 1.3 2009/06/09 13:20:21 jasper Exp $
|
||||
--- e_chop.c.pat.orig Tue Jun 9 15:09:30 2009
|
||||
+++ e_chop.c Tue Jun 9 15:11:06 2009
|
||||
@@ -19,7 +19,7 @@
|
||||
/* >>>>>>>>>>>>>>>>>>> fixme -- don't forget undo ! <<<<<<<<<<<<<<<< */
|
||||
|
||||
#include <stdlib.h>
|
||||
-#ifndef __FreeBSD__
|
||||
+#if !defined(__FreeBSD__) && !defined(__OpenBSD__)
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
#include <math.h>
|
Loading…
Reference in New Issue
Block a user