You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-games/clanlib/files/clanlib-2.3.7-32bit-opengl....

20 lines
515 B

Patch taken from Fedora, removes redefinitions that conflicts on x86.
--- a/Sources/API/GL/opengl_defines.h
+++ b/Sources/API/GL/opengl_defines.h
@@ -69,6 +69,4 @@
typedef void GLvoid;
typedef char GLchar;
-typedef ptrdiff_t GLintptr;
-typedef ptrdiff_t GLsizeiptr;
typedef struct __CLsync *CLsync;
--- a/Sources/API/GL1/opengl1_defines.h
+++ b/Sources/API/GL1/opengl1_defines.h
@@ -65,6 +65,4 @@
typedef void GLvoid;
typedef char GLchar;
-typedef ptrdiff_t GLintptr;
-typedef ptrdiff_t GLsizeiptr;
#else