diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-04-30 13:04:24 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-04-30 13:04:24 +0800 |
commit | b9e8d059047ca69b309f04c8f5aee043ac11ac1c (patch) | |
tree | efbfd7e3e26acb32f3994cb698bdded97098228a /games | |
parent | e3855acd4a51e284db1144d855e0cd6be1094510 (diff) | |
download | freebsd-ports-gnome-b9e8d059047ca69b309f04c8f5aee043ac11ac1c.tar.gz freebsd-ports-gnome-b9e8d059047ca69b309f04c8f5aee043ac11ac1c.tar.zst freebsd-ports-gnome-b9e8d059047ca69b309f04c8f5aee043ac11ac1c.zip |
- fix build on FreeBSD 4.x
PR: 96411
Submitted by: Andriy Gapon (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/oolite/files/patch-OOCocoa.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/oolite/files/patch-OOCocoa.h b/games/oolite/files/patch-OOCocoa.h new file mode 100644 index 000000000000..28f10b5cf5e7 --- /dev/null +++ b/games/oolite/files/patch-OOCocoa.h @@ -0,0 +1,11 @@ +--- OOCocoa.h.orig Thu Apr 27 14:16:30 2006 ++++ OOCocoa.h Thu Apr 27 15:14:04 2006 +@@ -1,7 +1,7 @@ + // Import OpenStep main headers and define some Macisms and other compatibility stuff. + + #if defined(GNUSTEP) && !defined(OOLITE_SDL_MAC) +-#include <stdint.h> ++#include <inttypes.h> + #define Boolean unsigned char + #define Byte unsigned char + #define true 1 |