aboutsummaryrefslogtreecommitdiff
path: root/games/oolite
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-04-30 05:04:24 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-04-30 05:04:24 +0000
commitb9e8d059047ca69b309f04c8f5aee043ac11ac1c (patch)
treeefbfd7e3e26acb32f3994cb698bdded97098228a /games/oolite
parente3855acd4a51e284db1144d855e0cd6be1094510 (diff)
downloadports-b9e8d059047ca69b309f04c8f5aee043ac11ac1c.tar.gz
ports-b9e8d059047ca69b309f04c8f5aee043ac11ac1c.zip
Notes
Diffstat (limited to 'games/oolite')
-rw-r--r--games/oolite/files/patch-OOCocoa.h11
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