aboutsummarylogtreecommitdiffstats
path: root/0002-Ensure-GLdouble-is-defined-when-using-dynamic-OpenGL.patch
diff options
context:
space:
mode:
authorMartchus2017-02-09 21:00:10 +0100
committerMartchus2017-02-09 21:00:10 +0100
commit940a90290b57310b18453f8be45b932af499aaf0 (patch)
tree2455e9dc9cf2c90461d3f793d1039cfbcb868dd2 /0002-Ensure-GLdouble-is-defined-when-using-dynamic-OpenGL.patch
parentb34651a37cae8ed6f3047feb20083b0992d002f8 (diff)
downloadaur-940a90290b57310b18453f8be45b932af499aaf0.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
+