summarylogtreecommitdiffstats
path: root/glew_fix.patch
blob: 16585a335ed7d2a5e567e72c244d4791d5c8d113 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libs/openFrameworks/utils/ofConstants.back	2018-12-20 17:00:10.600334546 +0100
+++ libs/openFrameworks/utils/ofConstants.h	2018-12-20 17:00:28.527301800 +0100
@@ -209,7 +209,7 @@
 		#define GL_GLEXT_PROTOTYPES
 		#include <GL/glew.h>
 		#include <GL/gl.h>
-		#include <GL/glext.h>
+		// #include <GL/glext.h>
 	#endif
 
 	// for some reason, this isn't defined at compile time,