aboutsummaryrefslogtreecommitdiff
path: root/games/pinball
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-10-01 20:35:53 +0000
committerJohn Marino <marino@FreeBSD.org>2013-10-01 20:35:53 +0000
commitc477800bf0072f22d8f1e692a3b0a93cf9662198 (patch)
treef304150c79cd9af8ec18a48eebe33cf72a99fc64 /games/pinball
parentea43b138242a91881df0403f1aa5f850a5621391 (diff)
downloadports-c477800bf0072f22d8f1e692a3b0a93cf9662198.tar.gz
ports-c477800bf0072f22d8f1e692a3b0a93cf9662198.zip
games/pinball: add <unistd.h> for modern compilers
Approved by: portmgr (bapt, implicit)
Notes
Notes: svn path=/head/; revision=328991
Diffstat (limited to 'games/pinball')
-rw-r--r--games/pinball/files/patch-base_Behavior.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/pinball/files/patch-base_Behavior.h b/games/pinball/files/patch-base_Behavior.h
new file mode 100644
index 000000000000..4b77456d2ba1
--- /dev/null
+++ b/games/pinball/files/patch-base_Behavior.h
@@ -0,0 +1,10 @@
+--- base/Behavior.h.orig 2003-11-20 16:46:16.000000000 +0000
++++ base/Behavior.h
+@@ -10,6 +10,7 @@
+ #ifndef BEHAVIOR_H
+ #define BEHAVIOR_H
+
++#include <unistd.h>
+ #include "EMath.h"
+
+ class Group;