aboutsummaryrefslogtreecommitdiff
path: root/games/tyrquake
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-07-30 20:59:19 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-07-30 20:59:19 +0000
commit05bcba6b170e22f24dc3724165c9319bd46e318c (patch)
tree6c74d5470223fe6f30dee8036459313daa0fff73 /games/tyrquake
parenta2968589008c6f4ed29ab21bff546fa19b0a947c (diff)
downloadports-05bcba6b170e22f24dc3724165c9319bd46e318c.tar.gz
ports-05bcba6b170e22f24dc3724165c9319bd46e318c.zip
Notes
Diffstat (limited to 'games/tyrquake')
-rw-r--r--games/tyrquake/files/patch-common__model.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/tyrquake/files/patch-common__model.c b/games/tyrquake/files/patch-common__model.c
new file mode 100644
index 000000000000..ccab8d028a69
--- /dev/null
+++ b/games/tyrquake/files/patch-common__model.c
@@ -0,0 +1,11 @@
+--- ./common/model.c.orig Sun Jul 30 17:31:42 2006
++++ ./common/model.c Sun Jul 30 17:31:48 2006
+@@ -22,7 +22,7 @@
+ // models are the only shared resource between a client and server running
+ // on the same machine.
+
+-#include <stdint.h>
++#include <inttypes.h>
+
+ #include "console.h"
+ #include "quakedef.h"