summaryrefslogtreecommitdiff
path: root/graphics/iGMT/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/iGMT/patches/patch-ac')
-rw-r--r--graphics/iGMT/patches/patch-ac16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/iGMT/patches/patch-ac b/graphics/iGMT/patches/patch-ac
new file mode 100644
index 00000000000..5cbff6b160a
--- /dev/null
+++ b/graphics/iGMT/patches/patch-ac
@@ -0,0 +1,16 @@
+$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