summaryrefslogtreecommitdiff
path: root/games/uclient/files/patch-ab
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-04-05 19:30:09 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-04-05 19:30:09 +0000
commitd1155408ad3ad341ebd82f509476e4bf77c21a93 (patch)
treeb088201ea88a5ef366fb0bfbb5717f7c84381ac1 /games/uclient/files/patch-ab
parentTweak 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-ab11
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>