freebsd-ports/games/heretic/files/patch-ah
Will Andrews d932eda697 New port for Linux port of Heretic. Currently the port only
supports X11 library graphics. I will fix it later to allow the
use of OpenGL/Mesa well as the other libraries that Heretic
has been ported to work with in the Unix world.

PR:		17194
2000-03-22 02:32:41 +00:00

9 lines
218 B
Text

--- opengl/gl_fonts.c Sun Jan 30 05:58:21 2000
+++ opengl/gl_fonts.c.new Sun Feb 13 03:54:46 2000
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include <math.h>