diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-07-31 04:59:19 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-07-31 04:59:19 +0800 |
commit | b8ca6c094bee4fb6715f126e23af2c4c05277b20 (patch) | |
tree | 2dda4e2ae6acf036ffa624f6b438a54cf996c67c /games/tyrquake | |
parent | 863d14a100797a9621c0b786e49e35d287e157ff (diff) | |
download | freebsd-ports-gnome-b8ca6c094bee4fb6715f126e23af2c4c05277b20.tar.gz freebsd-ports-gnome-b8ca6c094bee4fb6715f126e23af2c4c05277b20.tar.zst freebsd-ports-gnome-b8ca6c094bee4fb6715f126e23af2c4c05277b20.zip |
- Fix building on 4.x (since the last update stdint.h is included in another
source file).
Diffstat (limited to 'games/tyrquake')
-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" |