FYI: Makefile.am ICEDTEA_PATCHES list fixlet
mark at klomp.org
mark at klomp.org
Fri Dec 31 12:14:16 PST 2010
Hi,
I noticed the following obvious missing backslash typo in the Makefile.am
ICEDTEA_PATCHES list that prevented the last patch from getting applied.
Fixed as follows:
2010-12-31 Mark Wielaard <mark at klomp.org>
* Makefile.am (ICEDTEA_PATCHES): Add missing backslash.
Committed and pushed,
Mark
--- a/Makefile.am Thu Dec 23 14:56:09 2010 +0100
+++ b/Makefile.am Fri Dec 31 20:57:29 2010 +0100
@@ -312,7 +312,7 @@
patches/openjdk/6979979-gtk_font_size_rounding.patch \
patches/openjdk/6795356-proxylazyvalue-leak.patch \
patches/rendering-engine-tests.patch \
- patches/jtreg-TestXEmbedServer-fix.patch
+ patches/jtreg-TestXEmbedServer-fix.patch \
patches/openjdk/6800846-printing-quality.patch
if WITH_ALT_HSBUILD
More information about the distro-pkg-dev
mailing list