changeset 1833:32178b92a01e

* Makefile.am (ICEDTEA_PATCHES): Add icedtea-freetypeversion.patch. * patches/icedtea-freetypeversion.patch: New patch. * HACKING: Document new patch.
author Mark Wielaard <mark@klomp.org>
date Mon, 04 May 2009 15:37:22 +0200
parents dc7d6bc54c98
children fc4b452e23e1
files ChangeLog HACKING Makefile.am
diffstat 3 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat May 23 23:23:12 2009 +0200
+++ b/ChangeLog	Mon May 04 15:37:22 2009 +0200
@@ -473,6 +473,12 @@
 
 2009-05-04  Mark Wielaard  <mjw@redhat.com>
 
+	* Makefile.am (ICEDTEA_PATCHES): Add icedtea-freetypeversion.patch.
+	* patches/icedtea-freetypeversion.patch: New patch.
+	* HACKING: Document new patch.
+
+2009-05-04  Mark Wielaard  <mjw@redhat.com>
+
 	* Makefile.am (icedtea.stamp): Strip client probes from hotspot.stp
 	when client not available (ENABLE_SYSTEMTAP only).
 	(icedtea-debug.stamp): Likewise.
--- a/HACKING	Sat May 23 23:23:12 2009 +0200
+++ b/HACKING	Mon May 04 15:37:22 2009 +0200
@@ -19,6 +19,7 @@
 * icedtea-debuginfo.patch: Add -g option to build to generate debugging information.
 * icedtea-demos.patch: Fix building of JVMTI demo.
 * icedtea-float-double-trailing-zeros.patch: Remove trailing zeros from Double/Float (PR29/30)
+* icedtea-freetypeversion.patch: freetype backend only requires 2.2.1.
 * icedtea-fonts.patch: Add Fedora fontconfig.
 * icedtea-gcc-suffix.patch: Append $(GCC_SUFFIX) to end of 'gcc' binary name.
 * icedtea-graphics.patch: Fix word wrap in JTextArea (PR57/S6593649)
--- a/Makefile.am	Sat May 23 23:23:12 2009 +0200
+++ b/Makefile.am	Mon May 04 15:37:22 2009 +0200
@@ -2003,6 +2003,7 @@
 	patches/icedtea-jpegclasses.patch \
 	patches/icedtea-uname.patch \
 	patches/icedtea-ia64-fdlibm.patch \
+	patches/icedtea-freetypeversion.patch \
 	patches/icedtea-fonts.patch \
 	patches/hotspot/$(HSBUILD)/icedtea-sparc-ptracefix.patch \
 	patches/hotspot/$(HSBUILD)/icedtea-sparc-trapsfix.patch \