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

12 lines
297 B
Plaintext
Raw Normal View History

--- 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);