1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/games/xchain/files/patch-aa
Matthew Hunt aa07428815 Import of Chain Reaction 1.0.2, a Tk-based strategy game.
PR:		5998
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-04-27 04:36:16 +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.0"
void wprintf(char *, ...);
void draw_screen(void);