Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > 586e5253d97da831ba94ed728c258d34 > files > 6

irrlicht-1.8.1-5.mga5.src.rpm

Index: irrlicht-1.8.1/source/Irrlicht/CIrrDeviceLinux.h
===================================================================
--- irrlicht-1.8.1/source/Irrlicht/CIrrDeviceLinux.h
+++ irrlicht-1.8.1/source/Irrlicht/CIrrDeviceLinux.h	2013-12-17 20:46:20.291581357 +0100
@@ -22,7 +22,7 @@
 #define GLX_GLXEXT_LEGACY 1
 #include <GL/glx.h>
 #ifdef _IRR_OPENGL_USE_EXTPOINTER_
-#include "glxext.h"
+#include <GL/glxext.h>
 #endif
 #endif
 
Index: irrlicht-1.8.1/source/Irrlicht/COpenGLExtensionHandler.h
===================================================================
--- irrlicht-1.8.1/source/Irrlicht/COpenGLExtensionHandler.h
+++ irrlicht-1.8.1/source/Irrlicht/COpenGLExtensionHandler.h	2013-12-17 20:46:38.006710381 +0100
@@ -60,9 +60,9 @@
 	#include <GL/gl.h>
 	#include <GL/glx.h>
 	#if defined(_IRR_OPENGL_USE_EXTPOINTER_)
-	#include "glext.h"
+	#include <GL/glext.h>
 	#undef GLX_ARB_get_proc_address // avoid problems with local glxext.h
-	#include "glxext.h"
+	#include <GL/glxext.h>
 	#endif
 #endif