summaryrefslogtreecommitdiff
path: root/graphics/tkpiechart/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tkpiechart/patches/patch-aa')
-rw-r--r--graphics/tkpiechart/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/tkpiechart/patches/patch-aa b/graphics/tkpiechart/patches/patch-aa
index f69af23517c..66be405d777 100644
--- a/graphics/tkpiechart/patches/patch-aa
+++ b/graphics/tkpiechart/patches/patch-aa
@@ -1,12 +1,12 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/06/07 22:45:49 tron Exp $
+$NetBSD: patch-aa,v 1.2 1999/11/19 12:12:30 agc Exp $
---- instapkg.tcl.orig Tue Jun 8 00:38:40 1999
-+++ instapkg.tcl Tue Jun 8 00:38:59 1999
+--- instapkg.tcl Fri Nov 19 12:05:43 1999
++++ instapkg.tcl Fri Nov 19 12:05:51 1999
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using the interpreter \
-exec tclsh "$0" "$@"
+exec tclsh8.0 "$0" "$@"
- # $Id: patch-aa,v 1.1.1.1 1999/06/07 22:45:49 tron Exp $
+ # Id: instapkg.tcl,v 1.7 1998/11/14 20:15:29 jfontain Exp