From d9616e5a763d1ab83ebac479e3b2222db5c3f87f Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Mon, 28 Jul 2014 19:39:50 +0000 Subject: Rename all 10,000 games/ patch-xy patches to reflect the files they modify. --- games/xtux/files/patch-src_common_timing.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 games/xtux/files/patch-src_common_timing.c (limited to 'games/xtux/files/patch-src_common_timing.c') diff --git a/games/xtux/files/patch-src_common_timing.c b/games/xtux/files/patch-src_common_timing.c new file mode 100644 index 000000000000..43177909f8ed --- /dev/null +++ b/games/xtux/files/patch-src_common_timing.c @@ -0,0 +1,15 @@ +--- 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 + #include ++#include ++#if __FreeBSD_version >= 500000 + #include ++#else ++#include ++#define INT32_MAX INT_MAX ++#endif + #include "timing.h" + + static msec_t tvtol(struct timeval t); -- cgit v1.2.3