$NetBSD: patch-aq,v 1.2 2009/11/07 14:48:50 tnn Exp $

--- jdk/make/tools/src/build/tools/fontchecker/FontChecker.java.orig	2009-10-30 08:48:07.000000000 +0100
+++ jdk/make/tools/src/build/tools/fontchecker/FontChecker.java
@@ -336,7 +336,7 @@ public class FontChecker implements Acti
          * to trigger a more normal initialisation.
          */
         java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment();
-        String fontPath = FontManager.getFontPath(true);
+        String fontPath = ""; // FontManager.getFontPath(true);
         StringTokenizer st =
             new StringTokenizer(fontPath,
                                 System.getProperty("path.separator"));
