From dc556eb28261bb511ffece377734be095d02658c Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Wed, 21 Dec 2011 18:04:50 +0100 Subject: openjdk6: add icedtea pre 1.11 version from mercurial * add jamvm target * simplify versionhandling of jaxp and other external stuff * switch back to llvm 2.8 for shark, because it is the last version known to work, * llvm works partly * rework postinst and prerm and use zero as default vm * bump INC_PR Signed-off-by: Henning Heinold --- .../openjdk/openjdk-6-6b24/icedtea-fix-xrender.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-core/openjdk/openjdk-6-6b24/icedtea-fix-xrender.patch (limited to 'recipes-core/openjdk/openjdk-6-6b24/icedtea-fix-xrender.patch') diff --git a/recipes-core/openjdk/openjdk-6-6b24/icedtea-fix-xrender.patch b/recipes-core/openjdk/openjdk-6-6b24/icedtea-fix-xrender.patch new file mode 100644 index 0000000..4bd8b2c --- /dev/null +++ b/recipes-core/openjdk/openjdk-6-6b24/icedtea-fix-xrender.patch @@ -0,0 +1,13 @@ +Index: openjdk/jdk/src/solaris/native/sun/java2d/x11/XRSurfaceData.c +=================================================================== +--- openjdk.orig/jdk/src/solaris/native/sun/java2d/x11/XRSurfaceData.c 2011-10-19 16:56:03.014276748 +0200 ++++ openjdk/jdk/src/solaris/native/sun/java2d/x11/XRSurfaceData.c 2011-10-19 16:57:19.942658211 +0200 +@@ -29,7 +29,7 @@ + #include "X11SurfaceData.h" + + /*#include */ +-#include ++#include + + #ifndef RepeatNone /* added in 0.10 */ + #define RepeatNone 0 -- cgit v1.2.3-54-g00ecf