diff options
Diffstat (limited to 'x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch')
-rw-r--r-- | x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch b/x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch new file mode 100644 index 000000000000..f05e3538120d --- /dev/null +++ b/x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch @@ -0,0 +1,10 @@ +--- src/main.cpp.bak 2014-03-13 12:24:32.155889466 +0400 ++++ src/main.cpp 2014-03-13 12:24:42.482890090 +0400 +@@ -7,6 +7,7 @@ + + int main(int argc, char **argv) + { ++ glutInit(&argc, argv); + gui_init(); + glutMainLoop(); + return(0); |