summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-03-07 22:31:14 +0000
committeredwin <edwin@FreeBSD.org>2005-03-07 22:31:14 +0000
commit1f144fa672155c33cec13858aca8dabb1b11d021 (patch)
treec7e91fdde7ecac820aea192090695b9454958797
parent4614e9585df9b272c690cb28f4b6cf4c37cec986 (diff)
downloadFreeBSD-ports-1f144fa672155c33cec13858aca8dabb1b11d021.zip
FreeBSD-ports-1f144fa672155c33cec13858aca8dabb1b11d021.tar.gz
[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>
-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 0000000..63fe861
--- /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"
++
OpenPOWER on IntegriCloud