summaryrefslogtreecommitdiff
path: root/games-rpg/eternal-lands/files/eternal-lands-1.9.3-glbuild.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-rpg/eternal-lands/files/eternal-lands-1.9.3-glbuild.patch')
-rw-r--r--games-rpg/eternal-lands/files/eternal-lands-1.9.3-glbuild.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/games-rpg/eternal-lands/files/eternal-lands-1.9.3-glbuild.patch b/games-rpg/eternal-lands/files/eternal-lands-1.9.3-glbuild.patch
deleted file mode 100644
index 972abd9b0d2b..000000000000
--- a/games-rpg/eternal-lands/files/eternal-lands-1.9.3-glbuild.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- gl_init.c 2012-02-13 22:01:54.000000000 -0500
-+++ gl_init.c 2012-12-02 18:09:41.274014922 -0500
-@@ -27,6 +27,8 @@
- #include "fsaa/fsaa.h"
- #endif /* FSAA */
-
-+#define APIENTRY
-+
- Uint32 flags;
-
- int window_width=640;
---- platform.h 2012-02-13 22:01:54.000000000 -0500
-+++ platform.h 2012-12-02 17:32:46.017627957 -0500
-@@ -87,9 +87,10 @@
- #define APIENTRYP *
- #elif !defined(BSD)
- #define GL_GLEXT_LEGACY
-+ #include <GL/glew.h>
- #include <GL/gl.h>
- #include <GL/glu.h>
-- #include "glext.h"
-+ #include <GL/glext.h>
- #else // BSD
- #include <GL/gl.h>
- #include <GL/glu.h>