1 $NetBSD: patch-aq,v 1.2 2009/11/07 14:48:50 tnn Exp $
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.
8 java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment();
9 - String fontPath = FontManager.getFontPath(true);
10 + String fontPath = ""; // FontManager.getFontPath(true);
12 new StringTokenizer(fontPath,
13 System.getProperty("path.separator"));