pinkbyte    14/03/13 09:01:47

  Added:                3dfb-0.6.1-freeglut-compat.patch
  Log:
  Revision bump: EAPI 5, epatch_user, add ~amd64 keyword, fix work with new 
media-libs/freeglut, add desktop-effects herd to metadata
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  Changes    Path
1.1                  x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch?rev=1.1&content-type=text/plain

Index: 3dfb-0.6.1-freeglut-compat.patch
===================================================================
--- 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);




Reply via email to