diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-06-18 07:03:00 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-06-18 07:03:00 +0000 |
commit | 4c90d45cd280d00c52efdbc097b03a84229caae7 (patch) | |
tree | f07f2a28a3f93f554aeba1106000324c6cab6b55 /graphics/gdchart/files/patch-gdc.c | |
parent | Remove pgaccess as it is already in postgresql( you can install only (diff) |
Update to 0.10.1, which includes support for more graphics formats.
PR: 28243
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=44158
Diffstat (limited to 'graphics/gdchart/files/patch-gdc.c')
-rw-r--r-- | graphics/gdchart/files/patch-gdc.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/gdchart/files/patch-gdc.c b/graphics/gdchart/files/patch-gdc.c deleted file mode 100644 index cd1fa0e5fe4e..000000000000 --- a/graphics/gdchart/files/patch-gdc.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gdc.c.orig Mon Jun 4 02:41:42 2001 -+++ gdc.c Mon Jun 4 02:41:51 2001 -@@ -158,7 +158,7 @@ - if( GDC_generate_gif ) - { - fflush(fptr); // clear anything buffered -- gdImageGif(im, fptr); -+ gdImagePng(im, fptr); - } - - if( GDC_hold_img & GDC_EXPOSE_IMAGE ) |