diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-14 08:44:57 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-14 08:44:57 +0000 |
commit | aea677be0aaf85e7a4aada4ceabf20c79e57e850 (patch) | |
tree | 8c86008b0938c59bad6c9c9f20771a59395cf83d /devel | |
parent | 98e0025d917bf2e03640a377a33e0bfb87a107cf (diff) | |
download | ports-aea677be0aaf85e7a4aada4ceabf20c79e57e850.tar.gz ports-aea677be0aaf85e7a4aada4ceabf20c79e57e850.zip |
Notes
Diffstat (limited to 'devel')
-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> |