summaryrefslogtreecommitdiff
path: root/games/abuse_sdl/files/patch-src__intsect.cpp
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-08-09 15:40:44 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-08-09 15:40:44 +0000
commit67f3974b175fa5d286cb9326054d297716aae521 (patch)
treed277425bb7d643ca2df696cb3083bed3b53c8283 /games/abuse_sdl/files/patch-src__intsect.cpp
parentFix 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.cpp12
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)