1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/games/xchain/files/patch-aa
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
297 B
Plaintext

--- xchain.c Wed Feb 25 15:10:15 1998
+++ /home/andy/tmp/wrk/xchain.c Fri Mar 13 21:53:20 1998
@@ -29,7 +29,7 @@
#include <stdlib.h>
#include <time.h>
-#define DEF_WISH_PATH "/usr/bin/wish"
+#define DEF_WISH_PATH "/usr/local/bin/wish8.2"
void wprintf(char *, ...);
void draw_screen(void);