diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-01-10 19:33:49 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-01-10 19:33:49 +0000 |
commit | 7f87d651847db945a0a502326e23514fe314bd5b (patch) | |
tree | 92649083a98afbbdb2e4670deb7d78550d11b6e3 /devel/fga | |
parent | Depend on graphics/p5-Cairo and unbreak (diff) |
- Fix for FreeBSD 4.x
Reported by: kris
Notes
Notes:
svn path=/head/; revision=182006
Diffstat (limited to 'devel/fga')
-rw-r--r-- | devel/fga/files/patch-graph_gen.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/fga/files/patch-graph_gen.cpp b/devel/fga/files/patch-graph_gen.cpp new file mode 100644 index 000000000000..a759eba0df4a --- /dev/null +++ b/devel/fga/files/patch-graph_gen.cpp @@ -0,0 +1,10 @@ +--- graph_gen.cpp.orig Sat Nov 25 20:51:17 2006 ++++ graph_gen.cpp Wed Jan 10 22:31:44 2007 +@@ -5,6 +5,7 @@ + + #include <fstream> + #include <iostream> ++#include <stdlib.h> + #include <ctime> + + using namespace std; |