diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-07-31 04:59:19 +0800 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-07-31 04:59:19 +0800 |
commit | 05bcba6b170e22f24dc3724165c9319bd46e318c (patch) | |
tree | 6c74d5470223fe6f30dee8036459313daa0fff73 /games | |
parent | a2968589008c6f4ed29ab21bff546fa19b0a947c (diff) | |
download | freebsd-ports-gnome-05bcba6b170e22f24dc3724165c9319bd46e318c.tar.gz freebsd-ports-gnome-05bcba6b170e22f24dc3724165c9319bd46e318c.tar.zst freebsd-ports-gnome-05bcba6b170e22f24dc3724165c9319bd46e318c.zip |
- Fix building on 4.x (since the last update stdint.h is included in another
source file).
Diffstat (limited to 'games')
-rw-r--r-- | games/tyrquake/files/patch-common__model.c | 11 |
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" |