mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
52025bb575
- Support LOCALBASE properly PR: 19221 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
13 lines
266 B
Plaintext
13 lines
266 B
Plaintext
--- 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);
|