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-ab | |
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-ab')
-rw-r--r-- | games/uclient/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/uclient/files/patch-ab b/games/uclient/files/patch-ab new file mode 100644 index 000000000000..faff30988d55 --- /dev/null +++ b/games/uclient/files/patch-ab @@ -0,0 +1,11 @@ +--- modules/app.cc.orig Wed Mar 28 01:31:18 2001 ++++ modules/app.cc Wed Mar 28 01:31:29 2001 +@@ -32,7 +32,7 @@ + * ... probably fixed in SDL > 1.1.6 + */ + extern "C" { +-#include <SDL_version.h> ++#include <SDL/SDL_version.h> + } + + #include <varconf/Config.h> |