diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
commit | d9616e5a763d1ab83ebac479e3b2222db5c3f87f (patch) | |
tree | a08c8f6002f7c1660aaa80e0f9cf61cd9d71151c /games/hex/files/patch-hex.c | |
parent | - Update to 1.9, announce message: (diff) |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363239
Diffstat (limited to 'games/hex/files/patch-hex.c')
-rw-r--r-- | games/hex/files/patch-hex.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/hex/files/patch-hex.c b/games/hex/files/patch-hex.c new file mode 100644 index 000000000000..c00792cac4bb --- /dev/null +++ b/games/hex/files/patch-hex.c @@ -0,0 +1,12 @@ +--- 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 |