aboutsummaryrefslogtreecommitdiff
path: root/devel/efl/files/patch-src_lib_evas_Evas__GL.h
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2019-03-29 20:21:14 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2019-03-29 20:21:14 +0000
commit770af5d826ad54d2ccdd6c005948174334a16b92 (patch)
tree6e18074d17ddb4da140f53e42320959fffeea40b /devel/efl/files/patch-src_lib_evas_Evas__GL.h
parent19b83b347d711ce19848fd9fb53e7fb7b4094052 (diff)
downloadports-770af5d826ad54d2ccdd6c005948174334a16b92.tar.gz
ports-770af5d826ad54d2ccdd6c005948174334a16b92.zip
Notes
Diffstat (limited to 'devel/efl/files/patch-src_lib_evas_Evas__GL.h')
-rw-r--r--devel/efl/files/patch-src_lib_evas_Evas__GL.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/efl/files/patch-src_lib_evas_Evas__GL.h b/devel/efl/files/patch-src_lib_evas_Evas__GL.h
new file mode 100644
index 000000000000..6588c1ba69bb
--- /dev/null
+++ b/devel/efl/files/patch-src_lib_evas_Evas__GL.h
@@ -0,0 +1,14 @@
+--- src/lib/evas/Evas_GL.h.orig 2019-03-28 16:30:04 UTC
++++ src/lib/evas/Evas_GL.h
+@@ -4272,9 +4272,11 @@ typedef signed int GLfixed; // Changed khro
+
+ #ifndef GL_ES_VERSION_2_0
+ /* GL types for handling large vertex buffer objects */
++#ifndef GL_VERSION_1_5
+ #include <stddef.h>
+ typedef ptrdiff_t GLintptr; // Changed khronos_intptr_t
+ typedef ptrdiff_t GLsizeiptr; // Changed khronos_ssize_t
++#endif
+ #endif
+
+ /* Some definitions from GLES 3.0.