View | Details | Raw Unified | Return to bug 236856
Collapse All | Expand All

(-)devel/efl/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	efl
4
PORTNAME=	efl
5
DISTVERSION=	1.20.7
5
DISTVERSION=	1.20.7
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	devel enlightenment
7
CATEGORIES=	devel enlightenment
8
MASTER_SITES=	http://download.enlightenment.org/rel/libs/${PORTNAME}/
8
MASTER_SITES=	http://download.enlightenment.org/rel/libs/${PORTNAME}/
9
DIST_SUBDIR=	enlightenment
9
DIST_SUBDIR=	enlightenment
(-)devel/efl/files/patch-src_lib_evas_Evas__GL.h (+14 lines)
Added Link Here
1
--- src/lib/evas/Evas_GL.h.orig	2019-03-28 16:30:04 UTC
2
+++ src/lib/evas/Evas_GL.h
3
@@ -4272,9 +4272,11 @@ typedef signed int       GLfixed;      // Changed khro
4
 
5
 #ifndef GL_ES_VERSION_2_0
6
 /* GL types for handling large vertex buffer objects */
7
+#ifndef GL_VERSION_1_5
8
 #include <stddef.h>
9
 typedef ptrdiff_t GLintptr;     // Changed khronos_intptr_t
10
 typedef ptrdiff_t GLsizeiptr;   // Changed khronos_ssize_t
11
+#endif
12
 #endif
13
 
14
 /* Some definitions from GLES 3.0.

Return to bug 236856