diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 14:18:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 14:18:37 +0000 |
commit | 144e6f10b641c3b1acab595fd2eb0b2b34b7934a (patch) | |
tree | 7e254a47f04d49e0fae4d0b1b536be0ffbdd9aea /games/hex/files/patch-hex.c | |
parent | Drop support for imlib (diff) |
Abandonware (1999) no support for modern graphics libraries
Notes
Notes:
svn path=/head/; revision=375562
Diffstat (limited to 'games/hex/files/patch-hex.c')
-rw-r--r-- | games/hex/files/patch-hex.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/games/hex/files/patch-hex.c b/games/hex/files/patch-hex.c deleted file mode 100644 index c00792cac4bb..000000000000 --- a/games/hex/files/patch-hex.c +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 |