aboutsummaryrefslogtreecommitdiff
path: root/devel/fga
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2007-01-10 19:33:49 +0000
committerStanislav Sedov <stas@FreeBSD.org>2007-01-10 19:33:49 +0000
commit7f87d651847db945a0a502326e23514fe314bd5b (patch)
tree92649083a98afbbdb2e4670deb7d78550d11b6e3 /devel/fga
parentc893eda346b99972caa0584d7b5b2f18eaa3ddea (diff)
downloadports-7f87d651847db945a0a502326e23514fe314bd5b.tar.gz
ports-7f87d651847db945a0a502326e23514fe314bd5b.zip
Notes
Diffstat (limited to 'devel/fga')
-rw-r--r--devel/fga/files/patch-graph_gen.cpp10
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;