summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-03-07 22:31:14 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-03-07 22:31:14 +0000
commit11b829ac81dac2d6827d77c7b5ef8ca917fe8765 (patch)
treebc8b53a427d832e5099016e68aef732857486a68 /games
parentUpdate to to 1.7.7. (diff)
[patch] games/einstein for RELENG_4 misses sys/time.h inclusion
Under RELENG_4 there is missing header preventing einstein from compiling. PR: ports/78540 Submitted by: Dmitry Morozovsky <marck@freebsd.org>
Notes
Notes: svn path=/head/; revision=130563
Diffstat (limited to 'games')
-rw-r--r--games/einstein/files/patch-random.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/einstein/files/patch-random.cpp b/games/einstein/files/patch-random.cpp
new file mode 100644
index 000000000000..63fe8611ed05
--- /dev/null
+++ b/games/einstein/files/patch-random.cpp
@@ -0,0 +1,14 @@
+--- /dev/null 1 Jan 1970 00:00:00 -0000
++++ files/patch-random.cpp 7 Mar 2005 16:00:23 -0000
+@@ -0,0 +1,11 @@
++
++$FreeBSD$
++
++--- random.cpp.orig
+++++ random.cpp
++@@ -1,3 +1,5 @@
+++#include "sys/time.h"
+++
++ #include "random.h"
++ #include "utils.h"
++