freebsd-ports/games/xchain/files/patch-aa
Maxim Sobolev 52025bb575 - Fix MASTER_SITES
- Support LOCALBASE properly

PR:		19221
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-22 10:11:27 +00:00

12 lines
266 B
Text

--- xchain.c.orig Thu Feb 26 00:10:15 1998
+++ xchain.c Sat Jun 10 11:29:42 2000
@@ -29,7 +29,9 @@
#include <stdlib.h>
#include <time.h>
+#ifndef DEF_WISH_PATH
#define DEF_WISH_PATH "/usr/bin/wish"
+#endif
void wprintf(char *, ...);
void draw_screen(void);