FYI: Fix for missing backslash in ICEDTEA_PATCHES list
Mark Wielaard
mark at klomp.org
Sat Jan 22 11:52:49 PST 2011
Hi,
I am checking this in, it fixes an obvious missing backslash,
preventing some patches from getting applied.
2010-01-22 Mark Wielaard <mark at klomp.org>
* Makefile.am (ICEDTEA_PATCHES): Add missing backslash.
Cheers,
Mark
diff -r 743a3ac9f201 -r d850506bcaac Makefile.am
--- a/Makefile.am Sat Jan 22 02:32:01 2011 +0000
+++ b/Makefile.am Sat Jan 22 20:39:36 2011 +0100
@@ -272,7 +272,7 @@
patches/openjdk/6800846-printing-quality.patch \
patches/661505-jpeg.patch \
patches/6703377-freetypescaler.patch \
- patches/ia64-fix.patch
+ patches/ia64-fix.patch \
patches/openjdk/6642612-filechooser_button_sizes.patch \
patches/jtreg-international-fonts-styles.patch
More information about the distro-pkg-dev
mailing list