From 11b829ac81dac2d6827d77c7b5ef8ca917fe8765 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 7 Mar 2005 22:31:14 +0000 Subject: [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 --- games/einstein/files/patch-random.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 games/einstein/files/patch-random.cpp (limited to 'games/einstein/files/patch-random.cpp') 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" ++ -- cgit v1.2.3