aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsgraph
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-14 08:44:57 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-14 08:44:57 +0000
commitaea677be0aaf85e7a4aada4ceabf20c79e57e850 (patch)
tree8c86008b0938c59bad6c9c9f20771a59395cf83d /devel/cvsgraph
parent98e0025d917bf2e03640a377a33e0bfb87a107cf (diff)
downloadports-aea677be0aaf85e7a4aada4ceabf20c79e57e850.tar.gz
ports-aea677be0aaf85e7a4aada4ceabf20c79e57e850.zip
FreeBSD doesn't have/need getopt.h.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=39817
Diffstat (limited to 'devel/cvsgraph')
-rw-r--r--devel/cvsgraph/files/patch-cvsgraph.c12
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>