summarylogtreecommitdiffstats
path: root/glew_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'glew_fix.patch')
-rw-r--r--glew_fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/glew_fix.patch b/glew_fix.patch
new file mode 100644
index 000000000000..16585a335ed7
--- /dev/null
+++ b/glew_fix.patch
@@ -0,0 +1,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,