summaryrefslogtreecommitdiff
path: root/java/java3d/files/patch-glext.h
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2020-12-29 20:47:14 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2020-12-29 20:47:14 +0000
commit69934da8e7721533c0d35f184dc51e3e4f6701d7 (patch)
tree333c5125c50269e778d12aff0a3309c4ec6ea66c /java/java3d/files/patch-glext.h
parentDrop optional dependency on python 2.7 (diff)
Fix build on i386 by removing two old patches that worked around a bug in
the Mesa headers that has since been fixed.
Diffstat (limited to 'java/java3d/files/patch-glext.h')
-rw-r--r--java/java3d/files/patch-glext.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/java/java3d/files/patch-glext.h b/java/java3d/files/patch-glext.h
deleted file mode 100644
index 379ba08c6c14..000000000000
--- a/java/java3d/files/patch-glext.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- j3d-core/src/native/ogl/glext.h.orig 2007-02-26 13:37:09.000000000 -0500
-+++ j3d-core/src/native/ogl/glext.h 2015-02-20 17:50:53.517494000 -0500
-@@ -3389,10 +3389,12 @@
- #endif
-
- #ifndef GL_VERSION_1_5
-+#ifndef GL_VERSION_1_5_TYPES_DEFINED
- /* GL types for handling large vertex buffer objects */
- typedef ptrdiff_t GLintptr;
- typedef ptrdiff_t GLsizeiptr;
- #endif
-+#endif
-
- #ifndef GL_ARB_vertex_buffer_object
- /* GL types for handling large vertex buffer objects */