summaryrefslogtreecommitdiff
path: root/devel/cvsgraph/files/patch-cvsgraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvsgraph/files/patch-cvsgraph.c')
-rw-r--r--devel/cvsgraph/files/patch-cvsgraph.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/cvsgraph/files/patch-cvsgraph.c b/devel/cvsgraph/files/patch-cvsgraph.c
deleted file mode 100644
index 02145a6cd091..000000000000
--- a/devel/cvsgraph/files/patch-cvsgraph.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);