diff options
Diffstat (limited to 'games/sdlquake2/files/patch-gl_local.h')
-rw-r--r-- | games/sdlquake2/files/patch-gl_local.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/sdlquake2/files/patch-gl_local.h b/games/sdlquake2/files/patch-gl_local.h deleted file mode 100644 index 867c4838b610..000000000000 --- a/games/sdlquake2/files/patch-gl_local.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./gl_local.h.orig Thu May 19 17:56:13 2005 -+++ ./gl_local.h Sun Feb 26 11:23:56 2006 -@@ -28,7 +28,7 @@ - #include <GL/glu.h> - #include <math.h> - --#ifndef __linux__ -+#if !defined(__linux__) && !defined(__FreeBSD__) - #ifndef GL_COLOR_INDEX8_EXT - #define GL_COLOR_INDEX8_EXT GL_COLOR_INDEX - #endif |