diff options
author | jtb <jtb@pkgsrc.org> | 2001-05-07 12:00:58 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-05-07 12:00:58 +0000 |
commit | 976aced7d86aceabd1c37166ed7f77cab74165a9 (patch) | |
tree | c8ae180f745dd8881fb27beec94f942e9314ced0 /graphics/iGMT/patches | |
parent | c776cf589e8d7513891802bca3c729e92467abe8 (diff) | |
download | pkgsrc-976aced7d86aceabd1c37166ed7f77cab74165a9.tar.gz |
Fix a problem with gif generation.
Diffstat (limited to 'graphics/iGMT/patches')
-rw-r--r-- | graphics/iGMT/patches/patch-ac | 16 |
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 |