pkgsrc/games/xtux/patches/patch-ab
hubertf 9e1ce6bfe9 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.
2000-11-17 06:45:11 +00:00

11 lines
288 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2000/11/17 06:45:11 hubertf Exp $
--- src/client/image.c.orig Thu Nov 16 07:38:38 2000
+++ src/client/image.c
@@ -1,3 +1,6 @@
+#ifdef __NetBSD__
+#include <sys/syslimits.h> /* PATH_MAX */
+#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>