diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-01-14 06:50:28 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-01-14 06:50:28 +0000 |
commit | eec3e3b3e5b16e7116821470927dfa779deea236 (patch) | |
tree | b8b196ec1bae35c62a3eadb11f2924ac6a71bd9d /games | |
parent | f0feca558923b18748c23dc39e81f1ae71b9a4b7 (diff) |
- fix build with gcc46
Notes
Notes:
svn path=/head/; revision=289152
Diffstat (limited to 'games')
-rw-r--r-- | games/oolite/files/patch-HeadUpDisplay.m | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/oolite/files/patch-HeadUpDisplay.m b/games/oolite/files/patch-HeadUpDisplay.m new file mode 100644 index 000000000000..c53fd7b114a6 --- /dev/null +++ b/games/oolite/files/patch-HeadUpDisplay.m @@ -0,0 +1,11 @@ +--- src/Core/HeadUpDisplay.m.orig 2006-07-18 19:34:21.000000000 +0200 ++++ src/Core/HeadUpDisplay.m 2012-01-14 07:01:40.000000000 +0100 +@@ -48,6 +48,8 @@ + #import "TextureStore.h" + #import "OOTrumble.h" + ++#include <assert.h> ++ + static const char *toAscii(unsigned inCodePoint); + + @implementation HeadUpDisplay |