changeset 2466:07b540ab66e5

Only apply PR639 fix on hs20. 2011-02-24 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: Only apply PR639 fix on hs20. * NEWS: Updated.
author Andrew John Hughes <ahughes@redhat.com>
date Thu, 24 Feb 2011 01:40:07 +0000
parents 31d8dc2212b0
children 6ac1377e670b
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Feb 24 00:44:14 2011 +0000
+++ b/ChangeLog	Thu Feb 24 01:40:07 2011 +0000
@@ -1,3 +1,9 @@
+2011-02-24  Andrew John Hughes  <ahughes@redhat.com>
+
+	* Makefile.am:
+	Only apply PR639 fix on hs20.
+	* NEWS: Updated.
+
 2011-02-24  Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am: Add new patch.
--- a/Makefile.am	Thu Feb 24 00:44:14 2011 +0000
+++ b/Makefile.am	Thu Feb 24 01:40:07 2011 +0000
@@ -325,14 +325,16 @@
 	patches/openjdk/6663040-com.sun.awt.patch \
 	patches/openjdk/6775317-non-AA-simple-shape-performance.patch \
 	patches/openjdk/6766342-AA-simple-shape-performance.patch \
-	patches/pr600-arm-jvm.cfg.patch \
-	patches/pr639-missing_shark_include.patch
+	patches/pr600-arm-jvm.cfg.patch
 
 if !WITH_ALT_HSBUILD
 ICEDTEA_PATCHES += \
 	patches/hotspot/$(HSBUILD)/no-precompiled-headers.patch \
 	patches/hotspot/$(HSBUILD)/too-many-args.patch \
 	patches/openjdk/6997495-test_correction_6857159.patch
+else
+ICEDTEA_PATCHES += \
+	patches/pr639-missing_shark_include.patch
 endif
 
 if WITH_RHINO
--- a/NEWS	Thu Feb 24 00:44:14 2011 +0000
+++ b/NEWS	Thu Feb 24 01:40:07 2011 +0000
@@ -440,6 +440,7 @@
   - PR633: IcedTea installs javaws manpages on x86 even with --disable-webstart
   - PR635: zero fails to build on icedtea6 trunk 20110217 with hs20
   - PR586: Sources missing from src.zip
+  - PR639: Add missing include line for Shark.
 * Cleanup
   - Patches are no longer prefixed with 'icedtea-'.
   - All m4 macros are now prefixed with 'IT_' to denote their origin correctly.