diff options
author | 2003-09-09 18:10:15 +0000 | |
---|---|---|
committer | 2003-09-09 18:10:15 +0000 | |
commit | c22ea1f9962983b3583d00085024413d77102212 (patch) | |
tree | acd80fa59d92f27b0609b3d58893ef500cd09925 /games-fps/prboom/files | |
parent | New version 'n cleanup (diff) | |
download | gentoo-2-c22ea1f9962983b3583d00085024413d77102212.tar.gz gentoo-2-c22ea1f9962983b3583d00085024413d77102212.tar.bz2 gentoo-2-c22ea1f9962983b3583d00085024413d77102212.zip |
games-fps uNF uNF uNF
Diffstat (limited to 'games-fps/prboom/files')
-rw-r--r-- | games-fps/prboom/files/2.2.3-nvidia-test.c | 3 | ||||
-rw-r--r-- | games-fps/prboom/files/2.2.3-nvidia.patch | 28 | ||||
-rw-r--r-- | games-fps/prboom/files/digest-prboom-2.2.3 | 2 |
3 files changed, 33 insertions, 0 deletions
diff --git a/games-fps/prboom/files/2.2.3-nvidia-test.c b/games-fps/prboom/files/2.2.3-nvidia-test.c new file mode 100644 index 000000000000..f9e4bd700f8a --- /dev/null +++ b/games-fps/prboom/files/2.2.3-nvidia-test.c @@ -0,0 +1,3 @@ +#include <SDL/SDL_opengl.h> +PFNGLCOLORTABLEEXTPROC glColorTableEXT; +int main(){return 0;} diff --git a/games-fps/prboom/files/2.2.3-nvidia.patch b/games-fps/prboom/files/2.2.3-nvidia.patch new file mode 100644 index 000000000000..1fe78112b26a --- /dev/null +++ b/games-fps/prboom/files/2.2.3-nvidia.patch @@ -0,0 +1,28 @@ +--- src/gl_main.c.orig 2002-07-27 12:34:42.000000000 -0400 ++++ src/gl_main.c 2003-06-28 01:10:25.000000000 -0400 +@@ -273,6 +273,7 @@ + + if (strcasecmp(extension, "GL_EXT_texture_filter_anisotropic") == 0) + gl_texture_filter_anisotropic = true; ++/* + else if (strcasecmp(extension, "GL_EXT_paletted_texture") == 0) { + if (gl_use_paletted_texture) { + gl_paletted_texture = true; +@@ -286,7 +287,7 @@ + glColorTableEXT = SDL_GL_GetProcAddress("glColorTableEXT"); + lprintf(LO_INFO,"using GL_EXT_shared_texture_palette\n",glGetString(GL_VENDOR)); + } +- ++*/ + extension = p; + } while (*extension != '\0'); + +--- src/gl_intern.h.orig 2003-06-28 01:13:38.000000000 -0400 ++++ src/gl_intern.h 2003-06-28 01:13:43.000000000 -0400 +@@ -114,5 +114,5 @@ + #define min(a,b) ((a)<(b)?(a):(b)) + #endif + +-PFNGLCOLORTABLEEXTPROC glColorTableEXT; ++//PFNGLCOLORTABLEEXTPROC glColorTableEXT; + #endif // _GL_INTERN_H diff --git a/games-fps/prboom/files/digest-prboom-2.2.3 b/games-fps/prboom/files/digest-prboom-2.2.3 new file mode 100644 index 000000000000..52a418cfb43a --- /dev/null +++ b/games-fps/prboom/files/digest-prboom-2.2.3 @@ -0,0 +1,2 @@ +MD5 91873942bbb7f0ee476b27b6baa62159 prboom-2.2.3.tar.gz 994824 +MD5 66851d7cecbc7845d612e7073c1355ad doom1.wad.gz 1765820 |