1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

[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 <r.c.ladan@student.tue.nl>
This commit is contained in:
Edwin Groothuis 2005-01-31 21:24:15 +00:00
parent c2e14b6056
commit ce29958bb4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127807
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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 <fstream>
+#include <math.h>
#include "utils.h"
#include "main.h"