diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | bc087374d35aa9c841dd63d44e9c9697702921ed (patch) | |
tree | 9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /x11-fm/x-files/files/patch-aa | |
parent | gcc 2.95 requires us to be explicit about the return type of functions. (diff) |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'x11-fm/x-files/files/patch-aa')
-rw-r--r-- | x11-fm/x-files/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/x-files/files/patch-aa b/x11-fm/x-files/files/patch-aa index 23235b79535b..6b163d2fed05 100644 --- a/x11-fm/x-files/files/patch-aa +++ b/x11-fm/x-files/files/patch-aa @@ -4,7 +4,7 @@ +#!/bin/sh +# The main file for the X-Files +# The next line is executed by /bin/sh, but not Tcl \ -+exec wish8.0 $0 ${1+"$@"} ++exec wish8.2 $0 ${1+"$@"} +set xf(xf_home) "@X11BASE@/lib/X11/X-Files/" proc MAIN {argc argv} { global xf xf_image env menu tk_version |