aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-09-13 18:33:54 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-09-13 18:33:54 +0000
commitf497d6be28b594493a9468c8dc792dcb461d1ee8 (patch)
treeac24a03a2640a43598386b57c7a26f8a3771d15d /games
parent1585b0afe20a64ef479ca58c15dd831cb314f799 (diff)
downloadports-f497d6be28b594493a9468c8dc792dcb461d1ee8.tar.gz
ports-f497d6be28b594493a9468c8dc792dcb461d1ee8.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/sdl-ball/files/patch-main.cpp14
1 files changed, 11 insertions, 3 deletions
diff --git a/games/sdl-ball/files/patch-main.cpp b/games/sdl-ball/files/patch-main.cpp
index 2027d90c1ec6..ce3314619dab 100644
--- a/games/sdl-ball/files/patch-main.cpp
+++ b/games/sdl-ball/files/patch-main.cpp
@@ -1,6 +1,14 @@
---- main.cpp.orig 2009-01-11 19:09:56.000000000 +0300
-+++ main.cpp 2013-05-30 21:59:20.884120034 +0400
-@@ -1420,7 +1420,7 @@
+--- main.cpp.orig 2013-09-13 20:14:07.890226440 +0400
++++ main.cpp 2013-09-13 20:14:24.001226100 +0400
+@@ -31,6 +31,7 @@
+ #include <vector>
+ #include <sys/time.h>
+ #include <sys/stat.h>
++#include <unistd.h> // for usleep()
+
+ #include <dirent.h>
+
+@@ -1420,7 +1421,7 @@
//Leaves an trail of the ball
class tracer {
private: