diff options
Diffstat (limited to 'games-rpg/eternal-lands/files/eternal-lands-1.9.0-glext.patch')
-rw-r--r-- | games-rpg/eternal-lands/files/eternal-lands-1.9.0-glext.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-rpg/eternal-lands/files/eternal-lands-1.9.0-glext.patch b/games-rpg/eternal-lands/files/eternal-lands-1.9.0-glext.patch new file mode 100644 index 000000000000..a41db54c0f37 --- /dev/null +++ b/games-rpg/eternal-lands/files/eternal-lands-1.9.0-glext.patch @@ -0,0 +1,11 @@ +--- platform.h.orig 2010-02-03 13:21:41.300205559 -0500 ++++ platform.h 2010-02-03 13:22:25.704049074 -0500 +@@ -79,7 +79,7 @@ + #define GL_GLEXT_LEGACY + #include <GL/gl.h> + #include <GL/glu.h> +- #include "glext.h" ++ #include <GL/glext.h> + #endif + + // Inlucde the plaform specific location sound libs |