freebsd-ports/games/heretic/files/patch-opengl_sgi-si_libtess_memalloc.h
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

11 lines
278 B
C

--- opengl/sgi-si/libtess/memalloc.h.orig 2000-01-26 10:30:44 UTC
+++ opengl/sgi-si/libtess/memalloc.h
@@ -42,7 +42,7 @@
#ifndef __memalloc_simple_h_
#define __memalloc_simple_h_
-#include <malloc.h>
+#include <stdlib.h>
#define memRealloc realloc
#define memFree free