diff options
author | trevor <trevor@FreeBSD.org> | 2001-03-16 22:07:38 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-03-16 22:07:38 +0000 |
commit | 95322050db2301415079ba875cf143b71f0b56a9 (patch) | |
tree | 290fc0771e2730f2393654f42d717f75f4fe6f5f | |
parent | 59d27eeb491c5e36a7c301b7b60ab738d312156d (diff) | |
download | FreeBSD-ports-95322050db2301415079ba875cf143b71f0b56a9.zip FreeBSD-ports-95322050db2301415079ba875cf143b71f0b56a9.tar.gz |
An erroneous commit to this file by sobomax broke the port for
"make patch". Also, I forgot to "cvs add" the correct file from
PR 25808.
reported by: bento
-rw-r--r-- | devel/cvsgraph/files/patch-cvsgraph.c | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/devel/cvsgraph/files/patch-cvsgraph.c b/devel/cvsgraph/files/patch-cvsgraph.c index 33f4f4b..f0c0a48 100644 --- a/devel/cvsgraph/files/patch-cvsgraph.c +++ b/devel/cvsgraph/files/patch-cvsgraph.c @@ -1,12 +1,10 @@ ---- 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 @@ +--- cvsgraph.c.orig Wed Mar 14 20:12:02 2001 ++++ cvsgraph.c Wed Mar 14 20:11:38 2001 +@@ -30,7 +30,6 @@ #include <fcntl.h> #include <regex.h> #include <errno.h> -+#ifndef __FreeBSD__ - #include <getopt.h> -+#endif - - #include <gd.h> - #include <gdfontt.h> +-#include <getopt.h> + #include <ctype.h> + #include <time.h> + |