pkgsrc/graphics/iGMT/patches/patch-ac
2001-05-07 12:00:58 +00:00

16 lines
600 B
Text

$NetBSD: patch-ac,v 1.1 2001/05/07 12:00:59 jtb Exp $
--- igmt.tcl.orig Tue Sep 5 14:39:17 2000
+++ igmt.tcl
@@ -192,9 +192,9 @@
# copy the default image to fill the frame the first time if there is
# no temporary file around
-exec $igmt_root/igmt_helper_checkfile $gif_filename $def_gif_filename
+#exec $igmt_root/igmt_helper_checkfile $gif_filename $def_gif_filename
-image create photo map_image -file $gif_filename
+image create photo map_image -file $def_gif_filename
label .mapimage -image map_image -bd 1 -relief sunken
pack .mapimage
pack .mb .mapimage -fill x -fill y -side top