changeset in /hg/icedtea6: * Makefile.am (ICEDTEA_PATCHES): Add ...
Mark Wielaard
mark at klomp.org
Mon May 4 06:36:42 PDT 2009
changeset d324d05fc370 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=d324d05fc370
description:
* Makefile.am (ICEDTEA_PATCHES): Add icedtea-freetypeversion.patch.
* patches/icedtea-freetypeversion.patch: New patch.
* HACKING: Document new patch.
diffstat:
3 files changed, 8 insertions(+)
ChangeLog | 6 ++++++
HACKING | 1 +
Makefile.am | 1 +
diffs (35 lines):
diff -r 6eac34481362 -r d324d05fc370 ChangeLog
--- a/ChangeLog Mon May 04 12:43:27 2009 +0200
+++ b/ChangeLog Mon May 04 15:37:22 2009 +0200
@@ -1,3 +1,9 @@ 2009-05-04 Mark Wielaard <mjw at redhat.c
+2009-05-04 Mark Wielaard <mjw at 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 at redhat.com>
* Makefile.am (icedtea.stamp): Strip client probes from hotspot.stp
diff -r 6eac34481362 -r d324d05fc370 HACKING
--- a/HACKING Mon May 04 12:43:27 2009 +0200
+++ b/HACKING Mon May 04 15:37:22 2009 +0200
@@ -23,6 +23,7 @@ The following patches are currently appl
* 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-4.3.patch: Fix code to compile with GCC 4.3 and turn off -Werror.
* icedtea-gcc-suffix.patch: Append $(GCC_SUFFIX) to end of 'gcc' binary name.
diff -r 6eac34481362 -r d324d05fc370 Makefile.am
--- a/Makefile.am Mon May 04 12:43:27 2009 +0200
+++ b/Makefile.am Mon May 04 15:37:22 2009 +0200
@@ -576,6 +576,7 @@ ICEDTEA_PATCHES += \
patches/icedtea-jpegclasses.patch \
patches/icedtea-uname.patch \
patches/icedtea-ia64-fdlibm.patch \
+ patches/icedtea-freetypeversion.patch \
patches/icedtea-fonts.patch \
patches/icedtea-override-redirect-metacity.patch \
patches/icedtea-no-bcopy.patch \
More information about the distro-pkg-dev
mailing list