diff options
author | Steve Price <steve@FreeBSD.org> | 2000-09-05 01:18:48 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-09-05 01:18:48 +0000 |
commit | bff4784d93d512a3b9b33b93c8c0a19a87972e09 (patch) | |
tree | d39dcd1fce11e01514afe5a684f6397dbc2eef03 /games/hex/files/patch-ab | |
parent | - Support X11BASE properly (diff) |
- Support PREFIX properly
- Remove USE_GMAKE
PR: 21031
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'games/hex/files/patch-ab')
-rw-r--r-- | games/hex/files/patch-ab | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/games/hex/files/patch-ab b/games/hex/files/patch-ab index 747fae578649..023e818c6d78 100644 --- a/games/hex/files/patch-ab +++ b/games/hex/files/patch-ab @@ -1,10 +1,12 @@ ---- hex.h Fri Aug 6 17:27:05 1999 -+++ hex.h.new Mon Aug 9 23:10:17 1999 -@@ -1,5 +1,5 @@ --#define GRAPHICPATH "./graphics/" --#define LEVELPATH "./levels/" -+#define GRAPHICPATH "/usr/X11R6/share/hex/graphics/" -+#define LEVELPATH "/usr/X11R6/share/hex/levels/" +--- hex.h.orig Sat Aug 7 06:27:05 1999 ++++ hex.h Wed Aug 9 02:54:56 2000 +@@ -1,5 +1,9 @@ ++#ifndef GRAPHICPATH + #define GRAPHICPATH "./graphics/" ++#endif ++#ifndef LEVELPATH + #define LEVELPATH "./levels/" ++#endif #define XSIZE 8 #define YSIZE 12 // add 1 for the ceiling line |