ports/mail/exmh2/patches/patch-exmh_MASTER

13 lines
454 B
Text

--- exmh.MASTER.orig Mon Jun 14 11:24:58 2004
+++ exmh.MASTER Sat Feb 2 18:05:56 2013
@@ -28,6 +28,10 @@ if {$tcl_version < 8.0} {
# appear all alone.
wm withdraw .
+if {[package vsatisfies [package present Tcl] 8.5]} {
+ font create fixed {*}[dict merge [font configure TkFixedFont] [dict create -size -10]]
+}
+
proc auto_path_update { path } {
# Add library directories to the auto_path,
# ensuring that later paths have precedence