diff options
| author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-09 15:40:44 +0000 |
|---|---|---|
| committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-09 15:40:44 +0000 |
| commit | 67f3974b175fa5d286cb9326054d297716aae521 (patch) | |
| tree | d277425bb7d643ca2df696cb3083bed3b53c8283 /games/abuse_sdl/files/patch-src__intsect.cpp | |
| parent | Fix PORTSCOUT syntax (diff) | |
Update to 0.8
PR: 159440
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'games/abuse_sdl/files/patch-src__intsect.cpp')
| -rw-r--r-- | games/abuse_sdl/files/patch-src__intsect.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/abuse_sdl/files/patch-src__intsect.cpp b/games/abuse_sdl/files/patch-src__intsect.cpp new file mode 100644 index 000000000000..d4f76a97d1e7 --- /dev/null +++ b/games/abuse_sdl/files/patch-src__intsect.cpp @@ -0,0 +1,12 @@ +--- src/intsect.cpp.orig 2011-05-02 20:55:06.000000000 +0900 ++++ src/intsect.cpp 2011-07-24 19:43:40.000000000 +0900 +@@ -12,7 +12,9 @@ + # include "config.h" + #endif + ++ + #include <stdlib.h> ++#include <inttypes.h> + + void pushback(int32_t x1,int32_t y1,int32_t &x2,int32_t &y2, + int32_t xp1, int32_t yp1, int32_t xp2, int32_t yp2, int xdir, int ydir, int inside) |
