diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-23 00:55:11 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-23 00:55:11 +0000 |
commit | 833a143561f54a5a6f47ec9b7794c5b56139d83c (patch) | |
tree | ebd9aa5684ec6ff3df11c48de8c7890f0eafad5e /games/krogue/files/patch-ac | |
parent | Move linux_mesa and linux_glide from emulators to graphics. (diff) |
Nice KDE reimplementation of the /usr/games/rogue classic
PR: 15803
Submitted by: Will Andrews <andrews@technologist.com>
Notes
Notes:
svn path=/head/; revision=26185
Diffstat (limited to 'games/krogue/files/patch-ac')
-rw-r--r-- | games/krogue/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/krogue/files/patch-ac b/games/krogue/files/patch-ac new file mode 100644 index 000000000000..2b5ccec05d90 --- /dev/null +++ b/games/krogue/files/patch-ac @@ -0,0 +1,10 @@ +--- krogue/kdun.cpp Tue Dec 21 15:31:48 1999 ++++ krogue/kdun.cpp.new Tue Feb 22 00:41:48 2000 +@@ -6,6 +6,7 @@ + #include <kmsgbox.h> + #include <kconfig.h> + #include <ctype.h> ++#include <unistd.h> + #include "krestoredlg.h" + #include "rogue/dun.h" + #include "kcharfile.h" |