summaryrefslogtreecommitdiff
path: root/finance/tclticker/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'finance/tclticker/patches/patch-ab')
-rw-r--r--finance/tclticker/patches/patch-ab21
1 files changed, 21 insertions, 0 deletions
diff --git a/finance/tclticker/patches/patch-ab b/finance/tclticker/patches/patch-ab
new file mode 100644
index 00000000000..afacb9bd103
--- /dev/null
+++ b/finance/tclticker/patches/patch-ab
@@ -0,0 +1,21 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/11 13:53:25 wiz Exp $
+--- mailquote.orig Mon Dec 20 15:10:24 1999
++++ mailquote Wed Aug 30 21:00:30 2000
+@@ -1,6 +1,6 @@
+ #!/bin/sh
+ # restart using wish \
+- exec tclsh8.0 "$0" ${1+"$@"}
++ exec tclsh "$0" ${1+"$@"}
+
+ # mailquote
+ # copyright 1999 tom poindexter <tpoindex@nyx.net>
+@@ -46,6 +46,9 @@
+ # permission to use and distribute the software in accordance with the
+ # terms specified in this license.
+
++# set this explicitly
++set env(TCLTICKER_LIB) "/usr/pkg/share/tclticker"
++
+
+ if {! [info exists env(TCLTICKER_LIB)]} {
+ lappend auto_path [file join [file dirname $argv0] lib]