diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-07-16 04:19:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-07-16 04:19:04 +0000 |
commit | 3460335c920a0477c294ee898726e5815d33810e (patch) | |
tree | 7c4edb9ef879f9548be1a51ff9927cf40448ddf2 /games-arcade/crack-attack/files | |
parent | Fix all the gnuconfig_update screwiness in these ebuilds #57224 (Manifest rec... (diff) | |
download | gentoo-2-3460335c920a0477c294ee898726e5815d33810e.tar.gz gentoo-2-3460335c920a0477c294ee898726e5815d33810e.tar.bz2 gentoo-2-3460335c920a0477c294ee898726e5815d33810e.zip |
GL fix #48925
Diffstat (limited to 'games-arcade/crack-attack/files')
-rw-r--r-- | games-arcade/crack-attack/files/1.1.10-GL.patch | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/games-arcade/crack-attack/files/1.1.10-GL.patch b/games-arcade/crack-attack/files/1.1.10-GL.patch new file mode 100644 index 000000000000..c5faa4f8ed67 --- /dev/null +++ b/games-arcade/crack-attack/files/1.1.10-GL.patch @@ -0,0 +1,36 @@ +--- crack-attack-1.1.10/src/Displayer.cxx.orig 2004-07-16 00:03:43.214681456 -0400 ++++ crack-attack-1.1.10/src/Displayer.cxx 2004-07-16 00:04:26.623082376 -0400 +@@ -28,6 +28,7 @@ + #include <cstring> + #include <cctype> + #include <GL/glut.h> ++#include <GL/glext.h> + + #ifndef _WIN32 + #else +--- crack-attack-1.1.10/src/DrawGarbage.cxx.orig 2004-07-16 00:07:09.182369608 -0400 ++++ crack-attack-1.1.10/src/DrawGarbage.cxx 2004-07-16 00:07:58.066938024 -0400 +@@ -26,8 +26,10 @@ + */ + + #define GL_GLEXT_LEGACY ++#define GL_GLEXT_PROTOTYPES + + #include <GL/glut.h> ++#include <GL/glext.h> + + #ifndef _WIN32 + #else +--- crack-attack-1.1.10/src/obj_garbage.cxx.orig 2004-07-16 00:12:10.705531120 -0400 ++++ crack-attack-1.1.10/src/obj_garbage.cxx 2004-07-16 00:12:29.269708936 -0400 +@@ -26,8 +26,10 @@ + */ + + #define GL_GLEXT_LEGACY ++#define GL_GLEXT_PROTOTYPES + + #include <GL/glut.h> ++#include <GL/glext.h> + + #ifndef _WIN32 + #else |