1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/heretic/files/patch-ae
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

12 lines
267 B
Plaintext

--- opengl/gl_struct.h Wed Jan 26 14:38:19 2000
+++ opengl/gl_struct.h.new Sun Feb 13 03:54:46 2000
@@ -2,7 +2,7 @@
#define __GL_STRUCT_H__
#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include <GL/gl.h>
#include <GL/glu.h>