rpms/alienarena/F-12 alienarena-7.32-dga-compile-fix.patch,NONE,1.1

Hans de Goede jwrdegoede at fedoraproject.org
Mon Dec 28 09:02:45 UTC 2009


Author: jwrdegoede

Update of /cvs/pkgs/rpms/alienarena/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12049

Added Files:
	alienarena-7.32-dga-compile-fix.patch 
Log Message:
* Sat Nov  7 2009 Hans de Goede <hdgoede at redhat.com> - 7.32-2
- dlopen openal.so.x, not openal.so.x.y. this fixes a crash on startup when
  the openal minor version has changed
- fix deprecation warning with latest libXxf86dga-devel


alienarena-7.32-dga-compile-fix.patch:
 gl_glx.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE alienarena-7.32-dga-compile-fix.patch ---
diff -up alienarena-7.32/source/unix/gl_glx.c~ alienarena-7.32/source/unix/gl_glx.c
--- alienarena-7.32/source/unix/gl_glx.c~	2009-11-03 03:00:31.000000000 +0100
+++ alienarena-7.32/source/unix/gl_glx.c	2009-11-07 13:41:22.000000000 +0100
@@ -53,7 +53,7 @@ Foundation, Inc., 59 Temple Place - Suit
 #include <X11/keysym.h>
 #include <X11/cursorfont.h>
 
-#include <X11/extensions/xf86dga.h>
+#include <X11/extensions/xf86dga1.h>
 #include <X11/extensions/xf86vmode.h>
 
 #include <GL/glx.h>




More information about the scm-commits mailing list