summaryrefslogtreecommitdiff
path: root/games/xtux/files/patch-af
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-05-15 19:47:55 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-05-15 19:47:55 +0000
commit9dd3782cc9a4149d426510fd63ba3033729aea27 (patch)
tree0f1e88c7be05f3552b6acdd2a79ef5a8fa06f166 /games/xtux/files/patch-af
parentMore intelligible description. (diff)
- Fix build on -stable
- Support CC/CFLAGS/MAKE/X11BASE properly PR: ports/52274 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=81050
Diffstat (limited to 'games/xtux/files/patch-af')
-rw-r--r--games/xtux/files/patch-af7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/xtux/files/patch-af b/games/xtux/files/patch-af
index 422a5c3738dd..43177909f8ed 100644
--- a/games/xtux/files/patch-af
+++ b/games/xtux/files/patch-af
@@ -1,8 +1,9 @@
---- src/common/timing.c.orig Fri May 9 15:21:25 2003
-+++ src/common/timing.c Fri May 9 15:35:10 2003
-@@ -1,6 +1,11 @@
+--- src/common/timing.c.orig Mon Feb 17 12:10:07 2003
++++ src/common/timing.c Thu May 15 20:03:11 2003
+@@ -1,6 +1,12 @@
#include <sys/time.h>
#include <unistd.h>
++#include <sys/param.h>
+#if __FreeBSD_version >= 500000
#include <stdint.h>
+#else