summaryrefslogtreecommitdiff
path: root/graphics/dia/patches/patch-bb
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dia/patches/patch-bb')
-rw-r--r--graphics/dia/patches/patch-bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/dia/patches/patch-bb b/graphics/dia/patches/patch-bb
new file mode 100644
index 00000000000..00f1845db33
--- /dev/null
+++ b/graphics/dia/patches/patch-bb
@@ -0,0 +1,14 @@
+$NetBSD: patch-bb,v 1.1 2002/09/07 17:40:51 mjl Exp $
+
+--- lib/font.c.orig Sun Sep 1 02:46:29 2002
++++ lib/font.c Sun Sep 1 02:47:22 2002
+@@ -467,7 +467,8 @@
+
+ char *last_resort_fonts[] = {
+ "-adobe-courier-medium-r-normal-*-%d-*-*-*-*-*-*-*",
+-#ifndef G_OS_WIN32
++ "-*-courier-medium-r-normal-*-%d-*-*-*-*-*-*-*",
++#ifdef G_OS_WIN32
+ "system" /* Must be last. This is guaranteed to exist on a MS-Windows
+ system. */
+ #else