Files
ports/graphics/gle/patches/patch-src_extrude_c
2022-03-11 19:22:04 +00:00

13 lines
273 B
Plaintext

Don't use malloc.h header on OpenBSD.
--- src/extrude.c.orig Wed Nov 19 22:58:41 2014
+++ src/extrude.c Wed Nov 19 22:58:47 2014
@@ -16,7 +16,6 @@
*/
-#include <malloc.h>
#include <math.h>
#include <stdlib.h>
#include <string.h> /* for the memcpy() subroutine */