summaryrefslogtreecommitdiff
path: root/lang/openjdk7/patches/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'lang/openjdk7/patches/patch-aq')
-rw-r--r--lang/openjdk7/patches/patch-aq13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/openjdk7/patches/patch-aq b/lang/openjdk7/patches/patch-aq
deleted file mode 100644
index a9638cd76ca..00000000000
--- a/lang/openjdk7/patches/patch-aq
+++ /dev/null
@@ -1,13 +0,0 @@
-$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"));