From afc58ad6316fdec3ead0b36c2876907988cdfed6 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Thu, 8 Jun 2006 12:32:54 +0000 Subject: Bring back graphics/fractorama from the attic. Fractorama now links against libtiff from ports. I will maintain this port. --- .../files/patch-src::lib::fractal::Statement.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 graphics/fractorama/files/patch-src::lib::fractal::Statement.h (limited to 'graphics/fractorama/files/patch-src::lib::fractal::Statement.h') diff --git a/graphics/fractorama/files/patch-src::lib::fractal::Statement.h b/graphics/fractorama/files/patch-src::lib::fractal::Statement.h new file mode 100644 index 000000000000..8b44ef3d04f8 --- /dev/null +++ b/graphics/fractorama/files/patch-src::lib::fractal::Statement.h @@ -0,0 +1,18 @@ +--- lib/fractal/Statement.h.orig Fri Oct 24 22:34:04 2003 ++++ lib/fractal/Statement.h Tue Mar 2 23:12:00 2004 +@@ -1,10 +1,12 @@ + #ifndef _STATEMENT_H_ + # define _STATEMENT_H_ + +-class InfiniteLoopCallback; +-class ostream; +- + #include "tf.h" ++ ++#include ++using namespace std; ++ ++class InfiniteLoopCallback; + + struct LoopControl + { -- cgit v1.2.3