diff options
author | will <will@FreeBSD.org> | 2000-04-03 12:42:36 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-04-03 12:42:36 +0800 |
commit | 3020ef99ef155244a9acfdeebe84617260a974c9 (patch) | |
tree | 17a72ef0887876c91a2944fd83dfa47165bfcad6 /games/heretic/files | |
parent | 42b14afd702b9b6b52de9220963bad5bbb6ce9b9 (diff) | |
download | freebsd-ports-graphics-3020ef99ef155244a9acfdeebe84617260a974c9.tar.gz freebsd-ports-graphics-3020ef99ef155244a9acfdeebe84617260a974c9.tar.zst freebsd-ports-graphics-3020ef99ef155244a9acfdeebe84617260a974c9.zip |
Fix heretic port so that it works right. Also use x11 target instead of
fastx11, because for some reason it reportedly doesn't work in 16bpp mode,
which most people use (I use 24bpp).
Sorry for being so late about this.
Submitted by: green
Diffstat (limited to 'games/heretic/files')
-rw-r--r-- | games/heretic/files/patch-ae | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/games/heretic/files/patch-ae b/games/heretic/files/patch-ae index 8754ef9bf06..009be366cda 100644 --- a/games/heretic/files/patch-ae +++ b/games/heretic/files/patch-ae @@ -1,11 +1,11 @@ ---- opengl/gl_struct.h Wed Jan 26 14:38:19 2000 -+++ opengl/gl_struct.h.new Sun Feb 13 03:54:46 2000 +--- opengl/gl_struct.h.orig Wed Jan 26 14:38:19 2000 ++++ opengl/gl_struct.h Sun Apr 2 16:43:51 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> + #define __GL_STRUCT_H__
+
+ #include <stdio.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include <GL/gl.h>
+ #include <GL/glu.h>
|