/hg/icedtea6: * Makefile.am (ICEDTEA_PATCHES): Add missing backs...
mjw at icedtea.classpath.org
mjw at icedtea.classpath.org
Sat Jan 22 11:55:58 PST 2011
changeset d850506bcaac in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=d850506bcaac
author: Mark Wielaard <mark at klomp.org>
date: Sat Jan 22 20:39:36 2011 +0100
* Makefile.am (ICEDTEA_PATCHES): Add missing backslash.
diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
ChangeLog | 4 ++++
Makefile.am | 2 +-
diffs (23 lines):
diff -r 743a3ac9f201 -r d850506bcaac ChangeLog
--- a/ChangeLog Sat Jan 22 02:32:01 2011 +0000
+++ b/ChangeLog Sat Jan 22 20:39:36 2011 +0100
@@ -1,3 +1,7 @@ 2011-01-22 Andrew John Hughes <ahughes
+2010-01-22 Mark Wielaard <mark at klomp.org>
+
+ * Makefile.am (ICEDTEA_PATCHES): Add missing backslash.
+
2011-01-22 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
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 @@ ICEDTEA_PATCHES = \
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