diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-04-05 19:30:09 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-04-05 19:30:09 +0000 |
commit | d1155408ad3ad341ebd82f509476e4bf77c21a93 (patch) | |
tree | b088201ea88a5ef366fb0bfbb5717f7c84381ac1 /games/uclient/files/patch-ae | |
parent | Tweak for the qtgl problem regarding libc_r some people are seeing. (diff) |
Add uclient 0.10.0, a 2D isometric WorldForge game client.
PR: 26251
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Notes
Notes:
svn path=/head/; revision=40913
Diffstat (limited to 'games/uclient/files/patch-ae')
-rw-r--r-- | games/uclient/files/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/uclient/files/patch-ae b/games/uclient/files/patch-ae new file mode 100644 index 000000000000..529c159f43f7 --- /dev/null +++ b/games/uclient/files/patch-ae @@ -0,0 +1,13 @@ +--- modules/console.h.orig Wed Mar 28 01:59:27 2001 ++++ modules/console.h Wed Mar 28 01:59:17 2001 +@@ -30,10 +30,8 @@ + + #include <uta/multilineedit.h> + +-#ifdef __WIN32__ + #undef stdout + #undef stderr +-#endif + + /// + class LogWindow : public Screen |