1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/emulators/frodo/files/patch-C64_x.i
Steve Price bc087374d3 Update to use Tcl/Tk version 8.2.
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-28 18:32:45 +00:00

12 lines
291 B
OpenEdge ABL

--- C64_x.i.orig Wed Aug 6 20:56:25 1997
+++ C64_x.i Mon Apr 26 21:50:36 1999
@@ -100,7 +100,7 @@
gui = 0;
#else
// try to start up Tk gui.
- gui = new CmdPipe("wish", "TkGui.tcl");
+ gui = new CmdPipe("wish8.2", "TkGui.tcl");
if (gui) {
if (gui->fail) {
delete gui; gui = 0;