aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fga
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2007-01-11 03:33:49 +0800
committerstas <stas@FreeBSD.org>2007-01-11 03:33:49 +0800
commitbd7c07a477f9707b949dd79b533a231a7f1b0448 (patch)
tree6df72bf7032118f8354e779917b82409cb808b55 /devel/fga
parent520b9f4069c09f507e40ec6560fe8b20890b3f3e (diff)
downloadfreebsd-ports-gnome-bd7c07a477f9707b949dd79b533a231a7f1b0448.tar.gz
freebsd-ports-gnome-bd7c07a477f9707b949dd79b533a231a7f1b0448.tar.zst
freebsd-ports-gnome-bd7c07a477f9707b949dd79b533a231a7f1b0448.zip
- Fix for FreeBSD 4.x
Reported by: kris
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;