diff options
author | edwin <edwin@FreeBSD.org> | 2005-02-01 05:24:15 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-02-01 05:24:15 +0800 |
commit | 5cb4ccb03ea256229ab763b4e246acd5a248adba (patch) | |
tree | 4d151d0acda228618a8b2f951fa010694281608f | |
parent | 52fe2c6233780d00594cee4a3e9bb38f1dad8d21 (diff) | |
download | freebsd-ports-gnome-5cb4ccb03ea256229ab763b4e246acd5a248adba.tar.gz freebsd-ports-gnome-5cb4ccb03ea256229ab763b4e246acd5a248adba.tar.zst freebsd-ports-gnome-5cb4ccb03ea256229ab763b4e246acd5a248adba.zip |
[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>
-rw-r--r-- | games/einstein/Makefile | 2 | ||||
-rw-r--r-- | games/einstein/files/patch-utils.cpp | 10 |
2 files changed, 11 insertions, 1 deletions
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 <fstream> ++#include <math.h> + + #include "utils.h" + #include "main.h" |