diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-18 05:31:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-18 05:31:35 +0000 |
commit | feb584dbb5212cb208a09c08d1fa475687c07503 (patch) | |
tree | 868347985d3bfca301e6079cbd853dceb56ba60c /games/dungeoncrawl/files | |
parent | Fix pkg-plist. (diff) |
Maintainer update: games/dungeoncrawl
Update to beta 26.
PR: ports/50913
Submitted by: Suleiman Souhlal <refugee@vt.edu>
Release
Notes
Notes:
svn path=/head/; revision=79186
Diffstat (limited to 'games/dungeoncrawl/files')
-rw-r--r-- | games/dungeoncrawl/files/patch-ba | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/dungeoncrawl/files/patch-ba b/games/dungeoncrawl/files/patch-ba new file mode 100644 index 000000000000..2a60fd5422ab --- /dev/null +++ b/games/dungeoncrawl/files/patch-ba @@ -0,0 +1,10 @@ +--- AppHdr.h.old Sat Apr 5 14:18:24 2003 ++++ AppHdr.h Sat Apr 5 14:19:31 2003 +@@ -153,6 +153,7 @@ + #define PLAIN_TERM + //#define MULTIUSER + #include "liblinux.h" ++ #include <string.h> + + // The ALTCHARSET may come across as DEC characters/JIS on non-ibm platforms + #define CHARACTER_SET 0 |