summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-30 04:26:27 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-30 04:26:27 +0000
commita547a3c740161993ed049a45eeb0ec146b3b2f48 (patch)
tree635b423e65af301716b118804501d629bcbc0c7c /games-arcade/skystreets/files
parentnocd doesnt actually work (diff)
downloadgentoo-2-a547a3c740161993ed049a45eeb0ec146b3b2f48.tar.gz
gentoo-2-a547a3c740161993ed049a45eeb0ec146b3b2f48.tar.bz2
gentoo-2-a547a3c740161993ed049a45eeb0ec146b3b2f48.zip
Add patch by Andrew Bevitt to fix opengl error #68957 by Stahl Sau.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-arcade/skystreets/files')
-rw-r--r--games-arcade/skystreets/files/0.2.4-gl.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/games-arcade/skystreets/files/0.2.4-gl.patch b/games-arcade/skystreets/files/0.2.4-gl.patch
new file mode 100644
index 000000000000..6ff5548a5fa3
--- /dev/null
+++ b/games-arcade/skystreets/files/0.2.4-gl.patch
@@ -0,0 +1,10 @@
+--- game.cpp.old 2004-12-31 01:02:13.351382184 +1100
++++ game.cpp 2004-12-31 01:02:26.415396152 +1100
+@@ -8,6 +8,7 @@
+ #include <windows.h>
+ #endif
+
++#define GL_GLEXT_PROTOTYPES 1
+ #include <GL/gl.h>
+ #include "SDL.h"
+ #include <string.h>