update Sat Nov 7 12:37:00 PST 2009
[pkgsrc.git] / lang / openjdk7 / patches / patch-aq
CommitLineData
4ceab3c0 1$NetBSD: patch-aq,v 1.2 2009/11/07 14:48:50 tnn Exp $
28a69e4d 2
4ceab3c0
C
3--- jdk/make/tools/src/build/tools/fontchecker/FontChecker.java.orig 2009-10-30 08:48:07.000000000 +0100
4+++ jdk/make/tools/src/build/tools/fontchecker/FontChecker.java
5@@ -336,7 +336,7 @@ public class FontChecker implements Acti
6 * to trigger a more normal initialisation.
7 */
8 java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment();
9- String fontPath = FontManager.getFontPath(true);
10+ String fontPath = ""; // FontManager.getFontPath(true);
11 StringTokenizer st =
12 new StringTokenizer(fontPath,
13 System.getProperty("path.separator"));