diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-03 11:30:43 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-03 11:30:43 +0000 |
commit | a71748ab3ef0da54dc9890a522b1b3e8798672cd (patch) | |
tree | e7a2f319a581277d69b18c55444b4f66a9da8809 /graphics/dia/files/patch-lib::font.c | |
parent | Update to 02.1 for i386. (diff) |
Update to 0.90.
Notes
Notes:
svn path=/head/; revision=60531
Diffstat (limited to 'graphics/dia/files/patch-lib::font.c')
-rw-r--r-- | graphics/dia/files/patch-lib::font.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/dia/files/patch-lib::font.c b/graphics/dia/files/patch-lib::font.c new file mode 100644 index 000000000000..f6f9ec7ce9a7 --- /dev/null +++ b/graphics/dia/files/patch-lib::font.c @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- lib/font.c 2002/06/03 08:27:47 1.1 ++++ lib/font.c 2002/06/03 08:34:08 +@@ -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 |