aboutsummarylogtreecommitdiffstats
path: root/0002-Ensure-GLdouble-is-defined-when-using-dynamic-OpenGL.patch
diff options
context:
space:
mode:
authorMartchus2017-02-09 21:00:05 +0100
committerMartchus2017-02-09 21:00:05 +0100
commit583a16d402710181fac791af2739c8f89ac96336 (patch)
tree36b1c59fed2dd465c1d71f13e5be8059a0a8a43b /0002-Ensure-GLdouble-is-defined-when-using-dynamic-OpenGL.patch
parent154985dc9df8cadc0082be08c33c41201b715214 (diff)
downloadaur-583a16d402710181fac791af2739c8f89ac96336.tar.gz
Update to 5.8.0
Diffstat (limited to '0002-Ensure-GLdouble-is-defined-when-using-dynamic-OpenGL.patch')
-rw-r--r--0002-Ensure-GLdouble-is-defined-when-using-dynamic-OpenGL.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/0002-Ensure-GLdouble-is-defined-when-using-dynamic-OpenGL.patch b/0002-Ensure-GLdouble-is-defined-when-using-dynamic-OpenGL.patch
new file mode 100644
index 000000000000..3f73b4f545f2
--- /dev/null
+++ b/0002-Ensure-GLdouble-is-defined-when-using-dynamic-OpenGL.patch
@@ -0,0 +1,27 @@
+From 0223c4145ff17cb79e720ed12b24819262aa5353 Mon Sep 17 00:00:00 2001
+From: Martchus <martchus@gmx.net>
+Date: Sun, 18 Sep 2016 13:36:53 +0200
+Subject: [PATCH 02/30] Ensure GLdouble is defined when using dynamic OpenGL
+
+FIXME: Not sure whether this is still required
+---
+ src/gui/opengl/qopenglfunctions.h | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/src/gui/opengl/qopenglfunctions.h b/src/gui/opengl/qopenglfunctions.h
+index aad48571b3..46f44d8b91 100644
+--- a/src/gui/opengl/qopenglfunctions.h
++++ b/src/gui/opengl/qopenglfunctions.h
+@@ -56,9 +56,7 @@
+
+ //#define Q_ENABLE_OPENGL_FUNCTIONS_DEBUG
+
+-#ifdef QT_OPENGL_ES
+ typedef double GLdouble;
+-#endif
+
+ #ifdef Q_ENABLE_OPENGL_FUNCTIONS_DEBUG
+ #include <stdio.h>
+--
+2.11.1
+