1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/tvp/files/patch-ab
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
263 B
Plaintext

--- xprez/xpwish.c.orig Sat Jun 28 17:38:35 1997
+++ xprez/xpwish.c Wed Nov 3 17:45:12 1999
@@ -37,7 +37,7 @@
int
main (int argc, char **argv) {
- Tk_Main (argc, argv, Tcl_AppInit);
+ Tk_MainEx (argc, argv, Tcl_AppInit, Tcl_CreateInterp());
return 0;
}