* java-3d-glxext.patch
- Add bsd3c to licenses as core-utils and examples are under it
- Rename files to java-3d.{changes,spec}
- Sort out few dependencies and requirements
- Added a patch (java-7_fix.patch) to fix compilation with java-7 in
openSUSE > 12.1 (patch based on one from Debian).
- Spec file updates:
* Updated XOrg and Mesa BuildRequires: for openSUSE > 12.1.
* Added libXt-devel in BuildRequires: for openSUSE > 12.1 in order to fix
compilation.
- Spec file updates:
* Include version in jars and javadoc.
- Spec file updates:
* Added jpackage-utils in BuildRequires: and Requires:. Added java in
Requires:.
* Install the jar files in %{_javadir}/java3d instead of %{_javadir}.
- Spec file updates:
* Added ant-nodeps in BuildRequires: for openSUSE < 12.1 in order to fix
compilation.
- Initial release (version 1.5.2).
OBS-URL: https://build.opensuse.org/package/show/Java:packages/java-3d?expand=0&rev=2
20 lines
498 B
Diff
20 lines
498 B
Diff
Index: java3d-1.5.2/j3d-core/src/native/ogl/gldefs.h
|
|
===================================================================
|
|
--- java3d-1.5.2.orig/j3d-core/src/native/ogl/gldefs.h
|
|
+++ java3d-1.5.2/j3d-core/src/native/ogl/gldefs.h
|
|
@@ -66,11 +66,13 @@
|
|
#include <X11/Xutil.h>
|
|
|
|
#include <GL/gl.h>
|
|
+typedef ptrdiff_t GLsizeiptr;
|
|
+typedef ptrdiff_t GLintptr;
|
|
#include <GL/glx.h>
|
|
#ifdef Java3D_undef__glext_h_
|
|
#undef __glext_h_
|
|
#endif
|
|
-#include "glext.h"
|
|
+#include <GL/glext.h>
|
|
#endif
|
|
|
|
#ifdef WIN32
|