diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | bc087374d35aa9c841dd63d44e9c9697702921ed (patch) | |
tree | 9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /games/xchain/files | |
parent | gcc 2.95 requires us to be explicit about the return type of functions. (diff) |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'games/xchain/files')
-rw-r--r-- | games/xchain/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xchain/files/patch-aa b/games/xchain/files/patch-aa index 3e1b5892e65a..37d8a233a25a 100644 --- a/games/xchain/files/patch-aa +++ b/games/xchain/files/patch-aa @@ -5,7 +5,7 @@ #include <time.h> -#define DEF_WISH_PATH "/usr/bin/wish" -+#define DEF_WISH_PATH "/usr/local/bin/wish8.0" ++#define DEF_WISH_PATH "/usr/local/bin/wish8.2" void wprintf(char *, ...); void draw_screen(void); |