openbsd-ports/mail/tkrat/patches/patch-tkrat_options_tcl
stu a581250db8 Now works with Tcl/Tk 8.5 and uses new port 'Byzi'.
Take maintainer with permission.

Ok sthen@ landry@
2012-08-22 05:17:33 +00:00

13 lines
612 B
Plaintext

$OpenBSD: patch-tkrat_options_tcl,v 1.1 2012/08/22 05:17:33 stu Exp $
--- tkrat/options.tcl.orig Sat May 5 03:55:06 2012
+++ tkrat/options.tcl Sat May 5 03:55:19 2012
@@ -535,7 +535,7 @@ proc OptionsInit {} {
# Font options
set option(override_fonts) 1
- set option(prop_norm) {components Helvetica 12 bold roman 0 0}
+ set option(prop_norm) {components Helvetica 12 normal roman 0 0}
set option(prop_light) {components Helvetica 12 normal roman 0 0}
set option(fixed_norm) {components Courier 12 normal roman 0 0}
set option(fixed_bold) {components Courier 12 bold roman 0 0}