ports/graphics/gle/patches/patch-src_ex_angle_c

12 lines
240 B
Text

Don't use malloc.h header on OpenBSD.
--- src/ex_angle.c.orig Wed Nov 19 22:56:35 2014
+++ src/ex_angle.c Wed Nov 19 22:56:40 2014
@@ -18,7 +18,6 @@
*/
-#include <malloc.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>