diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2020-12-29 20:47:14 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2020-12-29 20:47:14 +0000 |
commit | 69934da8e7721533c0d35f184dc51e3e4f6701d7 (patch) | |
tree | 333c5125c50269e778d12aff0a3309c4ec6ea66c /java/java3d/files/patch-gldefs.h | |
parent | Drop 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.
Notes
Notes:
svn path=/head/; revision=559610
Diffstat (limited to 'java/java3d/files/patch-gldefs.h')
-rw-r--r-- | java/java3d/files/patch-gldefs.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/java/java3d/files/patch-gldefs.h b/java/java3d/files/patch-gldefs.h deleted file mode 100644 index 160db7dfcb05..000000000000 --- a/java/java3d/files/patch-gldefs.h +++ /dev/null @@ -1,13 +0,0 @@ ---- j3d-core/src/native/ogl/gldefs.h.orig 2008-02-28 15:18:01.000000000 -0500 -+++ j3d-core/src/native/ogl/gldefs.h 2015-02-20 17:51:50.420236000 -0500 -@@ -65,6 +65,10 @@ - #include <X11/Xlib.h> - #include <X11/Xutil.h> - -+#define GL_VERSION_1_5_TYPES_DEFINED -+typedef ptrdiff_t GLintptr; -+typedef ptrdiff_t GLsizeiptr; -+ - #include <GL/gl.h> - #include <GL/glx.h> - #ifdef Java3D_undef__glext_h_ |