diff options
-rw-r--r-- | devel/cvsgraph/files/patch-cvsgraph.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/cvsgraph/files/patch-cvsgraph.c b/devel/cvsgraph/files/patch-cvsgraph.c new file mode 100644 index 000000000000..33f4f4bf724e --- /dev/null +++ b/devel/cvsgraph/files/patch-cvsgraph.c @@ -0,0 +1,12 @@ +--- work/cvsgraph-1.0.1/cvsgraph.c 2001/03/14 08:40:07 1.1 ++++ work/cvsgraph-1.0.1/cvsgraph.c 2001/03/14 08:40:45 +@@ -67,7 +67,9 @@ + #include <fcntl.h> + #include <regex.h> + #include <errno.h> ++#ifndef __FreeBSD__ + #include <getopt.h> ++#endif + + #include <gd.h> + #include <gdfontt.h> |