aboutsummaryrefslogtreecommitdiff
path: root/devel/efl
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
parent19b83b347d711ce19848fd9fb53e7fb7b4094052 (diff)
downloadports-770af5d826ad54d2ccdd6c005948174334a16b92.tar.gz
ports-770af5d826ad54d2ccdd6c005948174334a16b92.zip
Notes
Diffstat (limited to 'devel/efl')
-rw-r--r--devel/efl/Makefile2
-rw-r--r--devel/efl/files/patch-src_lib_evas_Evas__GL.h14
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/efl/Makefile b/devel/efl/Makefile
index 54dcae16508a..35ef018e8028 100644
--- a/devel/efl/Makefile
+++ b/devel/efl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= efl
DISTVERSION= 1.20.7
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= devel enlightenment
MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/
DIST_SUBDIR= enlightenment
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.