aboutsummaryrefslogtreecommitdiff
path: root/graphics/anttweakbar/files/patch-LoadOGLCore.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/anttweakbar/files/patch-LoadOGLCore.h')
-rw-r--r--graphics/anttweakbar/files/patch-LoadOGLCore.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/anttweakbar/files/patch-LoadOGLCore.h b/graphics/anttweakbar/files/patch-LoadOGLCore.h
new file mode 100644
index 000000000000..9d348a0e2a37
--- /dev/null
+++ b/graphics/anttweakbar/files/patch-LoadOGLCore.h
@@ -0,0 +1,16 @@
+- typedefs cause error: typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'khronos_intptr_t' (aka 'long'))
+
+--- LoadOGLCore.h.orig 2021-03-28 08:30:01 UTC
++++ LoadOGLCore.h
+@@ -152,9 +152,11 @@ ANT_GL_CORE_DECL(void, glPointParameterfv, (GLenum pna
+ ANT_GL_CORE_DECL(void, glPointParameteri, (GLenum pname, GLint param))
+ ANT_GL_CORE_DECL(void, glPointParameteriv, (GLenum pname, const GLint *params))
+ // GL 1.5
++#if !defined(__FreeBSD__)
+ #ifndef ANT_OSX
+ typedef ptrdiff_t GLintptr;
+ typedef ptrdiff_t GLsizeiptr;
++#endif
+ #endif
+ ANT_GL_CORE_DECL(void, glGenQueries, (GLsizei n, GLuint *ids))
+ ANT_GL_CORE_DECL(void, glDeleteQueries, (GLsizei n, const GLuint *ids))