From a3163cc00434eb498502748e0bd1d00cff6475ff Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Wed, 21 Feb 2001 09:17:10 +0000 Subject: new port of cvsgraph 1.0.0, a utility for charting cvs/rcs history --- devel/cvsgraph/files/patch-cvsgraph.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/cvsgraph/files/patch-cvsgraph.c (limited to 'devel/cvsgraph/files/patch-cvsgraph.c') diff --git a/devel/cvsgraph/files/patch-cvsgraph.c b/devel/cvsgraph/files/patch-cvsgraph.c new file mode 100644 index 000000000000..02145a6cd091 --- /dev/null +++ b/devel/cvsgraph/files/patch-cvsgraph.c @@ -0,0 +1,11 @@ +--- cvsgraph.c.orig Mon Feb 19 15:30:29 2001 ++++ cvsgraph.c Wed Feb 21 00:03:56 2001 +@@ -1229,7 +1229,7 @@ + } + else + fp = stdout; +- gdImageGif(im, fp); ++ gdImagePng(im, fp); + if(outfile) + fclose(fp); + gdImageDestroy(im); -- cgit v1.2.3