summaryrefslogtreecommitdiff
path: root/glext.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-03-29 09:22:05 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-03-29 09:22:05 -0700
commitf1f9af44fc1f64121b4f1e09b1fc8491dbae0f9d (patch)
treed4f495a24be3754625d751d83d7d2ce738526e3c /glext.patch
parentAdded patch to use -O3 (diff)
downloadtome4-f1f9af44fc1f64121b4f1e09b1fc8491dbae0f9d.tar.xz
Added glext workaround for mesa 18.3 or later
Diffstat (limited to 'glext.patch')
-rw-r--r--glext.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/glext.patch b/glext.patch
new file mode 100644
index 0000000..0ae15c5
--- /dev/null
+++ b/glext.patch
@@ -0,0 +1,10 @@
+--- a/src/tgl.h
++++ b/src/tgl.h
+@@ -9,7 +9,6 @@ #endif
+ #include <GL/gl.h>
+ #include <GL/glu.h>
+ #ifndef _WIN32
+-#include <GL/glext.h>
+ #endif
+ #endif
+