summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle/kiki/files/kiki-1.0.2-freeglut.patch')
-rw-r--r--games-puzzle/kiki/files/kiki-1.0.2-freeglut.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/games-puzzle/kiki/files/kiki-1.0.2-freeglut.patch b/games-puzzle/kiki/files/kiki-1.0.2-freeglut.patch
deleted file mode 100644
index bd40acb5c682..000000000000
--- a/games-puzzle/kiki/files/kiki-1.0.2-freeglut.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/src/main/main.cpp.orig 2003-04-11 14:42:29.000000000 +0100
-+++ b/src/main/main.cpp 2006-07-06 19:37:55.000000000 +0100
-@@ -9,6 +9,7 @@
- #include <math.h>
-
- #include <SDL.h>
-+#include <GL/glut.h>
- #include "KikiController.h"
-
- // __________________________________________________________________________________________________
-@@ -19,6 +20,8 @@
- int width, height;
- SDL_Surface * screen;
-
-+ glutInit(&argc, argv);
-+
- // initialize SDL
- if ( SDL_Init(SDL_INIT_VIDEO | SDL_INIT_VIDEO) < 0 ) // SDL_INIT_TIMER
- {