summaryrefslogtreecommitdiff
path: root/games/xtux/patches/patch-ac
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-11-17 06:45:11 +0000
committerhubertf <hubertf>2000-11-17 06:45:11 +0000
commit41e882063bb709fdb92d8f2212c5af3d0851f1aa (patch)
tree915882031d1ec3d0004aa8b638bbf5508763b73e /games/xtux/patches/patch-ac
parent8d542eb88e7c8f9fc0843f4d48e56bc55d5b027b (diff)
downloadpkgsrc-41e882063bb709fdb92d8f2212c5af3d0851f1aa.tar.gz
Tux Arena is a client server network game for X11 featuring opensource
mascots. The plan is to have both a multiplayer deathmatch mode (called Holywar) and single player missions where you take on the Microsoft Empire. * Hint: BSD daemon's available as mascot. Recommended map: Rivership down.
Diffstat (limited to 'games/xtux/patches/patch-ac')
-rw-r--r--games/xtux/patches/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xtux/patches/patch-ac b/games/xtux/patches/patch-ac
new file mode 100644
index 00000000000..d8163a4da87
--- /dev/null
+++ b/games/xtux/patches/patch-ac
@@ -0,0 +1,11 @@
+$NetBSD: patch-ac,v 1.1.1.1 2000/11/17 06:45:11 hubertf Exp $
+
+--- src/client/misc.c.orig Thu Nov 16 07:39:51 2000
++++ src/client/misc.c
+@@ -1,3 +1,6 @@
++#ifdef __NetBSD__
++#include <sys/syslimits.h> /* PATH_MAX */
++#endif
+ #include <X11/Xlib.h>
+ #include <stdio.h>
+ #include <stdlib.h>