From ce29958bb466fe1eb99417dc6f6bd15911880204 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 31 Jan 2005 21:24:15 +0000 Subject: [games/einstein] : compile fix I tried to install the Einstein game just for the hack of it, but it doesn't compile without the attached (trivial) patch. Submitted by: Rene Ladan --- games/einstein/Makefile | 2 +- games/einstein/files/patch-utils.cpp | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 games/einstein/files/patch-utils.cpp (limited to 'games/einstein') diff --git a/games/einstein/Makefile b/games/einstein/Makefile index 851c7596f257..638852fcfbd4 100644 --- a/games/einstein/Makefile +++ b/games/einstein/Makefile @@ -7,7 +7,7 @@ PORTNAME= einstein PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.babichev.info/files/einstein/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/games/einstein/files/patch-utils.cpp b/games/einstein/files/patch-utils.cpp new file mode 100644 index 000000000000..ec46747b98aa --- /dev/null +++ b/games/einstein/files/patch-utils.cpp @@ -0,0 +1,10 @@ +--- utils.cpp.orig Tue Feb 1 08:23:17 2005 ++++ utils.cpp Tue Feb 1 08:23:27 2005 +@@ -9,6 +9,7 @@ + //#endif + + #include ++#include + + #include "utils.h" + #include "main.h" -- cgit v1.2.3