freebsd-ports/games/hex/files/patch-aa
Steve Price bff4784d93 - Support PREFIX properly
- Remove USE_GMAKE

PR:		21031
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-09-05 01:18:48 +00:00

13 lines
232 B
Plaintext

--- hex.c.orig Thu Aug 5 08:36:00 1999
+++ hex.c Wed Aug 9 02:55:38 2000
@@ -17,7 +17,9 @@
#include <string.h>
#include <ctype.h>
+#ifndef LEVELPATH
#define LEVELPATH "./levels/"
+#endif
#define XSIZE 8
#define YSIZE 12